mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-13 23:18:01 +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(
|
||||
"{}\n\n{}".format(message, _t("config_gui.create_new_config")),
|
||||
custom_text=(_t("generic._yes"), _t("generic._no")),
|
||||
keep_on_top=True
|
||||
keep_on_top=True,
|
||||
)
|
||||
if result == _t("generic._yes"):
|
||||
config_dict = config_gui(config_dict, CONFIG_FILE)
|
||||
|
|
Loading…
Add table
Reference in a new issue