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 57ea7e7 commit e55aedbCopy full SHA for e55aedb
src/psij/utils.py
@@ -126,7 +126,7 @@ def unregister_job(self, job: Job) -> None:
126
try:
127
del self._jobs[job.id]
128
except KeyError:
129
- # There are cases when it's difficult to esnure that this method is only called
+ # There are cases when it's difficult to ensure that this method is only called
130
# once for each job. Instead, ignore errors here, since the ultimate goal is to
131
# remove the job from the _jobs dictionary.
132
pass
0 commit comments