mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-14 07:26:09 +08:00
Reformat file with black
This commit is contained in:
parent
508811adc6
commit
c65cfd55bb
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ This is free software, and you are welcome to redistribute it under certain cond
|
||||||
result = sg.Popup(
|
result = sg.Popup(
|
||||||
"{}\n\n{}".format(message, _t("config_gui.create_new_config")),
|
"{}\n\n{}".format(message, _t("config_gui.create_new_config")),
|
||||||
custom_text=(_t("generic._yes"), _t("generic._no")),
|
custom_text=(_t("generic._yes"), _t("generic._no")),
|
||||||
keep_on_top=True
|
keep_on_top=True,
|
||||||
)
|
)
|
||||||
if result == _t("generic._yes"):
|
if result == _t("generic._yes"):
|
||||||
config_dict = config_gui(config_dict, CONFIG_FILE)
|
config_dict = config_gui(config_dict, CONFIG_FILE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue