Skip to content

Commit

Permalink
fix: logger messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisspeer authored Mar 25, 2024
1 parent 2d68e7d commit 5b66926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snakemake_executor_plugin_htcondor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def run_job(self, job: JobExecutorInterface):

self.logger.info(
f"Job {job.jobid} submitted to "
"HTCondor Cluster ID {submit_result.cluster()}\n"
f"HTCondor Cluster ID {submit_result.cluster()}\n"
f"The logs of the HTCondor job are stored "
f"in {self.jobDir}/{submit_result.cluster()}.log"
)
Expand Down Expand Up @@ -262,7 +262,7 @@ async def check_active_jobs(
"HTCondor Cluster ID "
f"{current_job.external_jobid} has "
f" status {status_dict[str(job_status[0]['JobStatus'])]}, "
"but failed with"
"but failed with "
f"ExitCode {job_status[0]['ExitCode']}.",
)
# Errored jobs
Expand Down

0 comments on commit 5b66926

Please sign in to comment.