Skip to content

Commit

Permalink
Support multiple schedulers when checking for due date
Browse files Browse the repository at this point in the history
  • Loading branch information
wamdam committed Nov 23, 2020
1 parent 07d8c7c commit 8d99271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backy2/scripts/backy.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def due(self, name, schedulers, fields):
due_backups[name] = {
'schedulers': _due_schedulers,
'due_backup_expire_date': _due_backup_expire_date,
'due_backup_since': _due_backup,
'due_backup_since': _due_backup_due_since,
}

field_names = [f.strip() for f in list(csv.reader(StringIO(fields)))[0]]
Expand Down

0 comments on commit 8d99271

Please sign in to comment.