Skip to content

Commit 55f0f8c

Browse files
committed
removed comment
1 parent 4282382 commit 55f0f8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydra/engine/job.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ def run_start_time(self) -> datetime | None:
437437
try:
438438
stat = self.lockfile.stat()
439439
except FileNotFoundError:
440-
# the lockfile was deleted
441440
return None
442441
self._run_start_time = datetime.fromtimestamp(stat.st_ctime)
443442
return self._run_start_time

0 commit comments

Comments
 (0)