Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Code for Analabs
RST Evaluation
Commits
b52db625
Commit
b52db625
authored
Jan 22, 2021
by
Michael Rudolf
Browse files
Another attempt at fixing PermissionErrors.
parent
15a2a799
Changes
1
Hide whitespace changes
Inline
Side-by-side
RSTpicking/RST_pick_GUI.py
View file @
b52db625
...
...
@@ -3,7 +3,7 @@
# @Author: M. Rudolf, M. Warsitzka
# @Date: 2019-02-20 12:00:00
# @Last Modified by: M. Rudolf
# @Last Modified time: 2021-01-22 13:
37:18
# @Last Modified time: 2021-01-22 13:
46:43
"""
RST_pick_GUI.py
...
...
@@ -21,6 +21,7 @@ import subprocess
import
sys
import
tkinter
as
tk
import
warnings
from
pathlib
import
Path
from
tkinter
import
filedialog
,
messagebox
import
RSTpicking.RST_Func
as
rfnc
...
...
@@ -479,7 +480,7 @@ class RST_pick_GUI(tk.Tk):
config
.
optionxform
=
str
if
not
(
path
):
path
=
'rst_evaluation_default.ini'
path
=
os
.
path
.
join
(
str
(
Path
.
home
()),
'rst_evaluation_default.ini'
)
projectname
=
'example'
path_in
=
'input/'
path_out
=
'output/'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment