mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-06 04:54:48 +08:00
Reformat file with black
This commit is contained in:
parent
24096ac841
commit
8eecb2d71d
1 changed files with 4 additions and 1 deletions
|
@ -665,7 +665,10 @@ def config_gui(full_config: dict, config_file: str):
|
|||
"repo_opts.upload_speed",
|
||||
"repo_opts.download_speed",
|
||||
):
|
||||
if BytesConverter(full_config.g(inheritance_key)).bytes == BytesConverter(value).bytes:
|
||||
if (
|
||||
BytesConverter(full_config.g(inheritance_key)).bytes
|
||||
== BytesConverter(value).bytes
|
||||
):
|
||||
continue
|
||||
|
||||
# Debug WIP
|
||||
|
|
Loading…
Add table
Reference in a new issue