We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d68e7d commit 5b66926Copy full SHA for 5b66926
snakemake_executor_plugin_htcondor/__init__.py
@@ -159,7 +159,7 @@ def run_job(self, job: JobExecutorInterface):
159
160
self.logger.info(
161
f"Job {job.jobid} submitted to "
162
- "HTCondor Cluster ID {submit_result.cluster()}\n"
+ f"HTCondor Cluster ID {submit_result.cluster()}\n"
163
f"The logs of the HTCondor job are stored "
164
f"in {self.jobDir}/{submit_result.cluster()}.log"
165
)
@@ -262,7 +262,7 @@ async def check_active_jobs(
262
"HTCondor Cluster ID "
263
f"{current_job.external_jobid} has "
264
f" status {status_dict[str(job_status[0]['JobStatus'])]}, "
265
- "but failed with"
+ "but failed with "
266
f"ExitCode {job_status[0]['ExitCode']}.",
267
268
# Errored jobs
0 commit comments