mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 07:03:37 +00:00
Minor cleanup
This commit is contained in:
parent
843de8b8a8
commit
2e4232e02b
2 changed files with 1 additions and 9 deletions
|
|
@ -34,7 +34,7 @@ class Iteratorize:
|
|||
|
||||
def gentask():
|
||||
try:
|
||||
ret = self.mfunc(callback=_callback, *args, **self.kwargs)
|
||||
ret = self.mfunc(callback=_callback, *self.args, **self.kwargs)
|
||||
except StopNowException:
|
||||
pass
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue