Hainzy262 / comictagger

Automatically exported from code.google.com/p/comictagger
0 stars 0 forks source link

using source, I get the following when trying to read CBL from a file #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
File is CBZ
following is a copy paste of my console:

mypromt:comictagger-src-0.9.0-beta me$ ./comictagger.py -p -t cbl 
"/Users/me/Documents/comics/somecomic/Some Comic V2010 01 (2010).cbz" 
------ComicBookLover tags--------
Traceback (most recent call last):
  File "./comictagger.py", line 364, in <module>
    main()
  File "./comictagger.py", line 338, in main
    cli_mode( opts, settings )
  File "./comictagger.py", line 59, in cli_mode
    process_file_cli( f, opts, settings )
  File "./comictagger.py", line 120, in process_file_cli
    print u"{0}".format(ca.readCBI())
  File "/Users/me/Downloads/comictagger-src-0.9.0-beta/genericmetadata.py", line 246, in __str__
    for c in self.credits:
TypeError: 'NoneType' object is not iterable

Original issue reported on code.google.com by m...@themaxx.ca on 4 Dec 2012 at 9:55

GoogleCodeExporter commented 8 years ago
Whoops.  I am guess you made this from CBL, which I never did.  Anyways, fixed 
the case of an non-existing internal credits list.  Fixed checked in to 
comicbookinfo.py

Original comment by bevi...@gmail.com on 5 Dec 2012 at 12:22