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 318c112 commit 0faccf5Copy full SHA for 0faccf5
src/psij/utils.py
@@ -201,6 +201,6 @@ def _process_update_data(self, data: bytes) -> None:
201
try:
202
(job, executor) = self._jobs[job_id]
203
except KeyError:
204
- logger.debug('Received status updated for inexistent job with id %s' % job_id)
+ pass
205
if job:
206
executor._set_job_status(job, JobStatus(state))
0 commit comments