mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-09 05:01:13 +08:00
Reformat file with black
This commit is contained in:
parent
19055aff62
commit
1613dc2cd1
1 changed files with 3 additions and 1 deletions
|
@ -809,7 +809,9 @@ def main():
|
|||
backend_process = "restic.exe"
|
||||
else:
|
||||
backend_process = "restic"
|
||||
atexit.register(kill_childs, os.getpid(), grace_period=30, process_name=backend_process)
|
||||
atexit.register(
|
||||
kill_childs, os.getpid(), grace_period=30, process_name=backend_process
|
||||
)
|
||||
try:
|
||||
cli_interface()
|
||||
worst_error = logger.get_worst_logger_level()
|
||||
|
|
Loading…
Add table
Reference in a new issue