mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-07 22:04:46 +03:00
I had uncommented a debug print line finding the previous error. re-commented it.
This commit is contained in:
parent
e067a86c4d
commit
cf1d6a37f2
|
@ -408,7 +408,7 @@ def _getdecoder(mode, decoder_name, args, extra=()):
|
|||
try:
|
||||
# get decoder
|
||||
decoder = getattr(core, decoder_name + "_decoder")
|
||||
print(decoder, mode, args + extra)
|
||||
# print(decoder, mode, args + extra)
|
||||
return decoder(mode, *args + extra)
|
||||
except AttributeError:
|
||||
raise IOError("decoder %s not available" % decoder_name)
|
||||
|
|
Loading…
Reference in New Issue
Block a user