IGN:Print tracebacks in plugins

This commit is contained in:
Kovid Goyal 2009-01-07 20:27:51 -08:00
parent 3edec280e8
commit 1dd7eac1a7

View File

@ -127,6 +127,7 @@ def get_file_type_metadata(stream, ftype):
mi = plugin.get_metadata(stream, ftype.lower().strip())
break
except:
traceback.print_exc()
continue
return mi