Skip to content

Commit

Permalink
adapt to API change
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 7, 2023
1 parent 090b1e6 commit a05ea76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snakemake_executor_plugin_cluster_sync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ async def check_active_jobs(
else:
# job failed
os.remove(jobscript)
self.print_job_error(active_job.job)
self.print_cluster_job_error(active_job)
self.print_job_error(active_job)
self.report_job_error(active_job.job)

def cancel_jobs(self, active_jobs: List[SubmittedJobInfo]):
Expand Down

0 comments on commit a05ea76

Please sign in to comment.