Skip to content

Commit e9b3319

Browse files
committed
🐛 pass config path to completion message
1 parent ec43047 commit e9b3319

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
@@ -170,7 +170,7 @@ def inner():
170170
f"\n\nConfiguration file at:\n{gen_config_path}",
171171
)
172172
global hash_config_app # ! fix this
173-
get_completion_message(report_type.get())
173+
get_completion_message(report_type.get(), config_path=gen_config_path)
174174
if hash(yaml.dump(config_app)) != hash_config_app:
175175
with open(config_file, "w", encoding="utf-8") as f:
176176
yaml.dump(config_app, f)

0 commit comments

Comments
 (0)