Added missing traceback import
svn: r13440
This commit is contained in:
parent
e03cd66c2d
commit
b5e9f4ddf0
@ -257,6 +257,7 @@ class Gramplet(object):
|
|||||||
self._idle_id = 0
|
self._idle_id = 0
|
||||||
return False
|
return False
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
import traceback
|
||||||
print "Gramplet gave an error"
|
print "Gramplet gave an error"
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
print "Continuing after gramplet error..."
|
print "Continuing after gramplet error..."
|
||||||
|
Loading…
Reference in New Issue
Block a user