Skip to content

Commit

Permalink
Remove cancel futures because it needs Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jun 7, 2024
1 parent 324465a commit dce6eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/dataflow/dflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ def cleanup(self) -> None:
logger.info("Terminated monitoring")

logger.info("Terminating dependency launch pool")
self.dependency_launch_pool.shutdown(cancel_futures=True)
self.dependency_launch_pool.shutdown()
logger.info("Terminated dependency launch pool")

logger.info("Unregistering atexit hook")
Expand Down

0 comments on commit dce6eb3

Please sign in to comment.