mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-10 14:11:23 +08:00
Reformat file with black
This commit is contained in:
parent
29ced2f24e
commit
d7d4f84c52
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,8 @@ dry_mode_operations = ["backup", "forget", "prune", "restore", "rewrite"]
|
|||
restic_output_filters = [
|
||||
# we need to remove rclone debug log lines so restic output becomes pareseable
|
||||
re.compile(
|
||||
r"^rclone:\s+[0-9]{4}\/[0-1][0-9]\/[0-3][0-9]\s+[0-2][0-9]:[0-5][0-9]:[0-5][0-9]\s+DEBUG.*\n?", re.IGNORECASE | re.MULTILINE
|
||||
r"^rclone:\s+[0-9]{4}\/[0-1][0-9]\/[0-3][0-9]\s+[0-2][0-9]:[0-5][0-9]:[0-5][0-9]\s+DEBUG.*\n?",
|
||||
re.IGNORECASE | re.MULTILINE,
|
||||
),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue