Minor cleanup

This commit is contained in:
oobabooga 2026-03-20 07:20:26 -07:00
parent 843de8b8a8
commit 2e4232e02b
2 changed files with 1 additions and 9 deletions

View file

@ -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: