Skip to content

Commit e476c3f

Browse files
committed
🐛 update global config dictionary in app
- when the GUI is a class this will be an attribute...
1 parent 755384c commit e476c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def inner():
135135
kwargs["max_depth"] = int(max_depth.get())
136136
print("kwargs:")
137137
pprint(kwargs)
138-
138+
global config_app
139139
if python_dir_entry.get():
140140
if python_dir_entry.get() != config_app["python_dir_entry"]:
141141
config_app["python_dir_entry"] = python_dir_entry.get()

0 commit comments

Comments
 (0)