We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d84451 commit 7eee7d4Copy full SHA for 7eee7d4
src/psij/executors/local.py
@@ -151,7 +151,7 @@ def _handle_sigchld(self) -> None:
151
with self._cvar:
152
try:
153
self._cvar.notify_all()
154
- except RuntimeError as ex:
+ except RuntimeError:
155
# In what looks like rare cases, notify_all(), seemingly when combined with
156
# signal handling, raises `RuntimeError: release unlocked lock`.
157
# There appears to be an unresolved Python bug about this:
0 commit comments