Skip to content

Commit 0d84451

Browse files
committed
I'm going to earmark this in here. The previous logging call was broken.
1 parent 20b2001 commit 0d84451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psij/executors/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def _handle_sigchld(self) -> None:
162162
# small delay in processing a completed job. However, since this exception seems
163163
# to be a logical impossibility when looking at the code in threading.Condition,
164164
# there is really no telling what else could go wrong.
165-
logger.warning('Exception in Condition.notify_all()', ex)
165+
logger.debug('Exception in Condition.notify_all()')
166166

167167
def _check_processes(self, jobs: Dict[Job, _ProcessEntry]) -> None:
168168
done: List[_ProcessEntry] = []

0 commit comments

Comments
 (0)