Skip to content
GitLab
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
15a2a799
Commit
15a2a799
authored
Jan 22, 2021
by
Michael Rudolf
Browse files
Default config avoids PermissionErrors
parent
9d4fdf1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
RSTpicking/RST_pick_GUI.py
View file @
15a2a799
...
...
@@ -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 1
2:00:30
# @Last Modified time: 2021-01-22 1
3:37:18
"""
RST_pick_GUI.py
...
...
@@ -50,7 +50,7 @@ class RST_pick_GUI(tk.Tk):
self
.
rst
=
tk
.
IntVar
()
self
.
cfg
=
configparser
.
ConfigParser
()
self
.
cfg
.
optionxform
=
str
self
.
path_cfg
.
set
(
'
default.ini
'
)
self
.
path_cfg
.
set
(
'
rst_evaluation_
'
)
self
.
params
=
dict
()
self
.
protocol
(
'WM_DELETE_WINDOW'
,
self
.
closing_menu
)
...
...
@@ -479,7 +479,7 @@ class RST_pick_GUI(tk.Tk):
config
.
optionxform
=
str
if
not
(
path
):
path
=
'
../
default.ini'
path
=
'
rst_evaluation_
default.ini'
projectname
=
'example'
path_in
=
'input/'
path_out
=
'output/'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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