Skip to content

Commit 7bc4b43

Browse files
authored
Merge pull request #8 from common-workflow-language/manabuishii-patch-1
Remove unnecessary period
2 parents f7efad1 + af8c965 commit 7bc4b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwl_utils/image_puller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def get_image_name(self):
8585
suffix = ".sif"
8686
else:
8787
raise Exception("Don't know how to handle this version of singularity: {}.".format(self.version))
88-
return f'{image_name}.{suffix}'
88+
return f'{image_name}{suffix}'
8989

9090
def save_docker_image(self):
9191
_LOGGER.info(f"Pulling {self.req} with Singularity...")

0 commit comments

Comments
 (0)