mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-14 00:45:24 +08:00
Reformat file with black
This commit is contained in:
parent
00a2752157
commit
56738ab67c
1 changed files with 1 additions and 1 deletions
|
@ -2329,7 +2329,7 @@ Google Cloud storage: GOOGLE_PROJECT_ID GOOGLE_APPLICATION_CREDENTIALS\n\
|
|||
if key == "backup_opts.paths" and ";" in node:
|
||||
for path in node.split(";"):
|
||||
tree.insert("", path, path, path, icon=icon)
|
||||
else:
|
||||
else:
|
||||
tree.insert("", node, node, node, icon=icon)
|
||||
window[key].update(values=tree)
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue