Kilian / Trimage

A cross-platform tool for optimizing PNG and JPG files.
http://trimage.org
MIT License
706 stars 55 forks source link

TypeError in Trimage 1.0.5-1 (Debian Wheezy) #30

Closed zang3tsu closed 5 years ago

zang3tsu commented 10 years ago

I got this exception while running Trimage on a directory in Debian Wheezy.

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "/usr/share/pyshared/trimage/ThreadPool/ThreadPool.py", line 129, in run
    job.execute()
  File "/usr/share/pyshared/trimage/ThreadPool/ThreadPool.py", line 91, in execute
    logger.warning("A job in the ThreadPool raised an exception: " + excep)
TypeError: cannot concatenate 'str' and 'exceptions.IOError' objects
Huluti commented 5 years ago

Fixed in #56.