Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
SMAPPER committed Dec 10, 2021
1 parent 10f2e06 commit 587dbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ def run_backup(manual_client):
take_snapshot_per_policies(client_config, job, backup_policy[job], repository, include_special=backup_policy[job]['include_special'])
else:
take_snapshot_per_policies(client_config, job, backup_policy[job], repository)
else:
print("Backup repo not found")
else:
print(f"Backup repo not found - {repository}")
else:
print("Backups not enabled")

Expand Down

0 comments on commit 587dbbf

Please sign in to comment.