Skip to content

Commit 7d8c170

Browse files
committed
look in correct subdir
1 parent a66e216 commit 7d8c170

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Publish Anaconda package to Anaconda.org
1616
uses: BEFH/[email protected]
1717
with:
18+
subDir: 'conda'
1819
channels: '-c conda-forge -c bioconda -c bfh'
1920
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
2021
publish: true

snakemake_executor_plugin_lsf/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ async def job_stati_bjobs(self):
342342
)
343343
query_duration = time.time() - time_before_query
344344
self.logger.debug(
345-
f"The job status for running jobs was queried with command: {running_cmd}\n"
345+
"The job status for running jobs was queried "
346+
f"with command: {running_cmd}\n"
346347
f"It took: {query_duration} seconds\n"
347348
f"The output is:\n'{running}'\n"
348349
)

0 commit comments

Comments
 (0)