indexing
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user