Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Jan 25, 2023
1 parent c534d50 commit 2c1c9e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jupyter_rstudio_singularity/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ def main(
),
):
"""Console script for jupyter_rstudio_singularity."""
image = os.path.abspath(image)
image = os.path.abspath(str(image))
workdir = str(workdir)
remote_image = str(remote_image)
image_dir = os.path.dirname(image)
os.makedirs(workdir, exist_ok=True)
if not os.path.exists(image):
Expand Down

0 comments on commit 2c1c9e5

Please sign in to comment.