That should not have been committed
svn: r11779
This commit is contained in:
parent
31ac581c3a
commit
e2f7c5f158
@ -384,9 +384,6 @@ class Gramplet(object):
|
|||||||
except StopIteration:
|
except StopIteration:
|
||||||
self._idle_id = 0
|
self._idle_id = 0
|
||||||
return False
|
return False
|
||||||
except PauseIteration:
|
|
||||||
self._idle_id = 0
|
|
||||||
return False
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print "Gramplet gave an error"
|
print "Gramplet gave an error"
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
Loading…
Reference in New Issue
Block a user