Reformat file with black

This commit is contained in:
deajan 2025-01-31 14:22:34 +01:00
parent 00a2752157
commit 56738ab67c

View file

@ -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