Reformat file with black

This commit is contained in:
Orsiris de Jong 2024-07-29 17:03:45 +02:00
parent 7746c963f5
commit c39bb1b395

View file

@ -612,7 +612,8 @@ def _main_gui(viewer_mode: bool):
else:
if not full_config:
sg.PopupError(
f"{_t('main_gui.config_error')} {config_file}", keep_on_top=True
f"{_t('main_gui.config_error')} {config_file}",
keep_on_top=True,
)
config_exists = False
else: