We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec43047 commit e9b3319Copy full SHA for e9b3319
gui/app.py
@@ -170,7 +170,7 @@ def inner():
170
f"\n\nConfiguration file at:\n{gen_config_path}",
171
)
172
global hash_config_app # ! fix this
173
- get_completion_message(report_type.get())
+ get_completion_message(report_type.get(), config_path=gen_config_path)
174
if hash(yaml.dump(config_app)) != hash_config_app:
175
with open(config_file, "w", encoding="utf-8") as f:
176
yaml.dump(config_app, f)
0 commit comments