Skip to content

Commit 4838830

Browse files
committed
Bleugh
1 parent bbdeabb commit 4838830

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/psij/executors/batch/batch_scheduler_executor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ def _delete_aux_file(self, job: Optional[Job] = None, suffix: Optional[str] = No
542542
if force or path.exists():
543543
path.unlink()
544544

545-
546545
def list(self) -> List[str]:
547546
"""Returns a list of jobs known to the underlying implementation.
548547

0 commit comments

Comments
 (0)