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 20b2001 commit 0d84451Copy full SHA for 0d84451
src/psij/executors/local.py
@@ -162,7 +162,7 @@ def _handle_sigchld(self) -> None:
162
# small delay in processing a completed job. However, since this exception seems
163
# to be a logical impossibility when looking at the code in threading.Condition,
164
# there is really no telling what else could go wrong.
165
- logger.warning('Exception in Condition.notify_all()', ex)
+ logger.debug('Exception in Condition.notify_all()')
166
167
def _check_processes(self, jobs: Dict[Job, _ProcessEntry]) -> None:
168
done: List[_ProcessEntry] = []
0 commit comments