Skip to content

Commit

Permalink
Merge branch 'hotfixlinmos' of github.com:tjgalvin/flint into hotfixl…
Browse files Browse the repository at this point in the history
…inmos
  • Loading branch information
tgalvin committed Aug 10, 2024
2 parents ade9911 + 0900a3b commit 9678796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flint/sclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def run_singularity_command(
logger.info(f"Running {command} in {image}")

job_info = log_job_environment()
bind: Union[None,list[str]] = None
bind: Union[None, list[str]] = None
if bind_dirs:
logger.info(f"Preparing bind directories")
logger.info("Preparing bind directories")
if isinstance(bind_dirs, Path):
bind_dirs = [bind_dirs]

Expand Down

0 comments on commit 9678796

Please sign in to comment.