mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-27 13:57:26 +08:00
Reformat file with black
This commit is contained in:
parent
7746c963f5
commit
c39bb1b395
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue