Show errors on invalid plugin load
svn: r15653
This commit is contained in:
parent
621869d911
commit
0f310e78a4
@ -181,6 +181,8 @@ class BasePluginManager(object):
|
|||||||
self.__mod2text[_module.__name__] = pdata.description
|
self.__mod2text[_module.__name__] = pdata.description
|
||||||
return _module
|
return _module
|
||||||
except:
|
except:
|
||||||
|
import traceback
|
||||||
|
print traceback.print_exc()
|
||||||
self.__failmsg_list.append((filename, sys.exc_info(), pdata))
|
self.__failmsg_list.append((filename, sys.exc_info(), pdata))
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
Loading…
Reference in New Issue
Block a user