Skip to content

Commit f8b78d2

Browse files
committed
Typo fonud and fixed.
1 parent 7efcdd5 commit f8b78d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psij/executors/batch/batch_scheduler_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def _delete_aux_file(self, job: Optional[Job] = None, suffix: Optional[str] = No
614614
if force or path.exists():
615615
try:
616616
path.unlink()
617-
except FileNotFonudError:
617+
except FileNotFoundError:
618618
pass # see above; attached job may race with original job
619619

620620
def list(self) -> List[str]:

0 commit comments

Comments
 (0)