mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-12 21:37:35 +01:00
Revert "Update callbacks.py to show tracebacks on ValueError (#4892)"
This reverts commit 993ca51a651238ad97b17cccd952a3a2df04282e.
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…
x
Reference in New Issue
Block a user