mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-09 19:52:37 +01:00
That's some ugly output there, buddy.
This commit is contained in:
parent
51c5d53259
commit
50c18a6727
@ -68,8 +68,8 @@ def loadPlugin(name):
|
||||
return None
|
||||
except Exception, e:
|
||||
myPrint("""We encountered a bit of trouble trying to load plugin %r.
|
||||
Python told us %s. We'll skip over it for now, you can always add it
|
||||
later.""" % (name, repr(e)))
|
||||
Python told us %r. We'll skip over it for now, you can always add it
|
||||
later.""" % (name, debug.exnToString(e)))
|
||||
return None
|
||||
|
||||
def describePlugin(module, showUsage):
|
||||
|
Loading…
Reference in New Issue
Block a user