Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Jan 14, 2022
1 parent 3d18ec3 commit 1f78e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kipoi_containers/singularityhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def upload_file(
filename: str,
) -> None:
"""Upload singularity_image_folder/filename to a url"""
path = singularity_image_folder / filename
path = Path(singularity_image_folder) / Path(filename)
zenodo_client.put_content(url, data=path)


Expand Down

0 comments on commit 1f78e9e

Please sign in to comment.