minor fix

git-svn-id: http://comictagger.googlecode.com/svn/trunk@733 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville 2014-06-13 06:26:13 +00:00
parent 08cc4a1acb
commit 0c146bb245

View File

@ -26,6 +26,7 @@ def main():
#first find all comics with metadata
print >> sys.stderr, "reading in all comics..."
comic_list = []
fmt_str = ""
max_name_len = 2
for filename in filelist:
ca = ComicArchive(filename, settings.rar_exe_path )