Skip to content

Commit 501f3f8

Browse files
committed
Commit removing unused code spread over Autosubmit and adding fix for tests that broke integration test locally
1 parent 767b43f commit 501f3f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autosubmit/job/job_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2743,7 +2743,6 @@ def update_list(self, as_conf: AutosubmitConfig, store_change: bool = True,
27432743
"for parents completion...")
27442744
Log.debug('Updating WAITING jobs')
27452745
if not fromSetStatus:
2746-
all_parents_completed = []
27472746
for job in self.get_delayed():
27482747
if datetime.datetime.now() >= job.delay_end:
27492748
job.status = Status.READY

0 commit comments

Comments
 (0)