This commit is contained in:
gauthiier
2019-12-22 08:21:55 +01:00
parent 008ba6a9b5
commit a6fa141bbd
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -90,6 +90,7 @@ class Archive:
def __init__(self, archive_name, config):
# this is twisted................ two constructors... dumb
if isinstance(config, str):
# need a filename or a dir name....
print("reading archive " + archive_name, end='')
@@ -180,8 +181,7 @@ class Archive:
date_ = archive.util.format_date(m, self.archive_name)
if date_ is None or from_ is None:
print("\nerrorororororo")
print(m['from'] + " -- " + m['date'])
print("\nDATE ERROR: " + m['from'] + " - " + m['date'])
continue