Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def inner():
f"\n\nConfiguration file at:\n{gen_config_path}",
)
global hash_config_app # ! fix this
get_completion_message(report_type.get())
get_completion_message(report_type.get(), config_path=gen_config_path)
if hash(yaml.dump(config_app)) != hash_config_app:
with open(config_file, "w", encoding="utf-8") as f:
yaml.dump(config_app, f)
Expand Down