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
ce0241d273
commit
9621fd9d07
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ This is free software, and you are welcome to redistribute it under certain cond
|
|||
"-P{}".format(sys.version_info[1]),
|
||||
__build__,
|
||||
"GUI disabled" if _NO_GUI else "GUI enabled",
|
||||
__copyright__
|
||||
__copyright__,
|
||||
)
|
||||
if args.version:
|
||||
print(version_string)
|
||||
|
|
Loading…
Add table
Reference in a new issue