mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-30 08:46:38 +08:00
Reformat file with black
This commit is contained in:
parent
e21d0764ea
commit
25942f078b
1 changed files with 3 additions and 1 deletions
|
@ -614,7 +614,9 @@ This is free software, and you are welcome to redistribute it under certain cond
|
|||
cli_args["op_args"] = {"path": args.find}
|
||||
elif args.forget:
|
||||
cli_args["operation"] = "forget"
|
||||
cli_args["op_args"] = {"snapshots": [snapshot.strip() for snapshot in args.forget.split(',')]}
|
||||
cli_args["op_args"] = {
|
||||
"snapshots": [snapshot.strip() for snapshot in args.forget.split(",")]
|
||||
}
|
||||
elif args.policy or args.group_operation == "policy":
|
||||
cli_args["operation"] = "forget"
|
||||
cli_args["op_args"] = {"use_policy": True}
|
||||
|
|
Loading…
Add table
Reference in a new issue