Skip to content

Commit 5b66926

Browse files
authored
fix: logger messages
1 parent 2d68e7d commit 5b66926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: snakemake_executor_plugin_htcondor/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def run_job(self, job: JobExecutorInterface):
159159

160160
self.logger.info(
161161
f"Job {job.jobid} submitted to "
162-
"HTCondor Cluster ID {submit_result.cluster()}\n"
162+
f"HTCondor Cluster ID {submit_result.cluster()}\n"
163163
f"The logs of the HTCondor job are stored "
164164
f"in {self.jobDir}/{submit_result.cluster()}.log"
165165
)
@@ -262,7 +262,7 @@ async def check_active_jobs(
262262
"HTCondor Cluster ID "
263263
f"{current_job.external_jobid} has "
264264
f" status {status_dict[str(job_status[0]['JobStatus'])]}, "
265-
"but failed with"
265+
"but failed with "
266266
f"ExitCode {job_status[0]['ExitCode']}.",
267267
)
268268
# Errored jobs

0 commit comments

Comments
 (0)