We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7efad1 + af8c965 commit 7bc4b43Copy full SHA for 7bc4b43
cwl_utils/image_puller.py
@@ -85,7 +85,7 @@ def get_image_name(self):
85
suffix = ".sif"
86
else:
87
raise Exception("Don't know how to handle this version of singularity: {}.".format(self.version))
88
- return f'{image_name}.{suffix}'
+ return f'{image_name}{suffix}'
89
90
def save_docker_image(self):
91
_LOGGER.info(f"Pulling {self.req} with Singularity...")
0 commit comments