Make sure PIL warning goes to identifier log
git-svn-id: http://comictagger.googlecode.com/svn/trunk@99 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
21154e884f
commit
5ed01aa16b
@ -210,7 +210,7 @@ class IssueIdentifier:
|
||||
self.search_result = self.ResultNoMatches
|
||||
|
||||
if not pil_available:
|
||||
print "Python Imaging Library (PIL) is not available and is needed for issue identification."
|
||||
self.log_msg( "Python Imaging Library (PIL) is not available and is needed for issue identification." )
|
||||
return self.match_list
|
||||
|
||||
if not ca.seemsToBeAComicArchive():
|
||||
|
Loading…
x
Reference in New Issue
Block a user