Revert "Update callbacks.py to show tracebacks on ValueError (#4892)"
This reverts commit 993ca51a65
.
This commit is contained in:
parent
7a987417bb
commit
aab0dd962d
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class Iteratorize:
|
|||
try:
|
||||
ret = self.mfunc(callback=_callback, *args, **self.kwargs)
|
||||
except ValueError:
|
||||
traceback.print_exc()
|
||||
pass
|
||||
except:
|
||||
traceback.print_exc()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue