Skip to content

Commit

Permalink
look in correct subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
BEFH committed Mar 12, 2024
1 parent a66e216 commit 7d8c170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Publish Anaconda package to Anaconda.org
uses: BEFH/[email protected]
with:
subDir: 'conda'
channels: '-c conda-forge -c bioconda -c bfh'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
publish: true
Expand Down
3 changes: 2 additions & 1 deletion snakemake_executor_plugin_lsf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ async def job_stati_bjobs(self):
)
query_duration = time.time() - time_before_query
self.logger.debug(
f"The job status for running jobs was queried with command: {running_cmd}\n"
"The job status for running jobs was queried "
f"with command: {running_cmd}\n"
f"It took: {query_duration} seconds\n"
f"The output is:\n'{running}'\n"
)
Expand Down

0 comments on commit 7d8c170

Please sign in to comment.