Skip to content

Commit b563e03

Browse files
Update skyrl/train/utils/async_batch_collator.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fcaab5d commit b563e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skyrl/train/utils/async_batch_collator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def clear(self) -> None:
105105
if not future.cancel():
106106
try:
107107
future.result()
108-
except BaseException:
108+
except Exception:
109109
pass
110110
finally:
111111
self._future = None

0 commit comments

Comments
 (0)