Skip to content

Commit

Permalink
remove run_job_async change
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0dss committed Jan 17, 2025
1 parent 090e8a1 commit 77f7ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion edsl/jobs/Jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ async def _execute_with_remote_cache(self, run_job_async: bool) -> Results:
# remote_cache_description=self.run_config.parameters.remote_cache_description,
# ):
runner = JobsRunnerAsyncio(self, environment=self.run_config.environment)
run_job_async = True
if run_job_async:
results = await runner.run_async(self.run_config.parameters)
else:
Expand Down

0 comments on commit 77f7ab2

Please sign in to comment.