englisch sprache schwere sprache
This commit is contained in:
parent
0e8afa29e5
commit
13d91fa512
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ for dataset in config['datasets']:
|
|||
|
||||
if snapshot_datetime < two_days_ago:
|
||||
days_ago = (now - snapshot_datetime).days
|
||||
errors.add(f'dataset "{dataset}" has no backups sind {days_ago} days')
|
||||
errors.add(f'dataset "{dataset}" has not been backed up for {days_ago} days')
|
||||
continue
|
||||
|
||||
if errors:
|
||||
|
|
Loading…
Reference in a new issue