We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a65cf9 commit bc88870Copy full SHA for bc88870
rotate_backups/__init__.py
@@ -572,8 +572,6 @@ def collect_backups(self, location):
572
logger.verbose("Excluded %s (it didn't match the include list).", entry)
573
else:
574
try:
575
-# for group in match.groups('0'):
576
-# print group
577
backups.append(Backup(
578
pathname=os.path.join(location.directory, entry),
579
timestamp=datetime.datetime(*(int(group, 10) for group in match.groups('0'))),
0 commit comments