Skip to content

Commit f6c8fc8

Browse files
committed
dev
1 parent 74b3839 commit f6c8fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsl/executors/high_throughput/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def new_block_info():
739739

740740
block_info: Dict[str, BlockInfo] = defaultdict(new_block_info)
741741

742-
for block_id, job_status in self._poller_mutable_status.items():
742+
for block_id, job_status in self.status().items():
743743
if job_status.state not in TERMINAL_STATES:
744744
# TODO: is there a nicer way to make block_info come into existence?
745745
# can i write just the expression block_info[block_id] on its own?

0 commit comments

Comments
 (0)