mirror of
https://github.com/jopohl/urh.git
synced 2026-03-24 08:57:01 +01:00
fix error message
This commit is contained in:
@@ -44,7 +44,7 @@ class PluginManager(object):
|
||||
plugin.enabled = settings.value(plugin.name, type=bool) if plugin.name in settings.allKeys() else False
|
||||
result.append(plugin)
|
||||
except ImportError as e:
|
||||
logger.error("Could not load plugin {0} ({1} [{2}])".format(d, e, e.msg))
|
||||
logger.error("Could not load plugin {0} ({1})".format(d, e))
|
||||
continue
|
||||
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user