mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-04 07:40:13 +01:00
Revert "Update callbacks.py to show tracebacks on ValueError (#4892)"
This reverts commit 993ca51a65.
This commit is contained in:
parent
7a987417bb
commit
aab0dd962d
|
|
@ -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…
Reference in a new issue