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 7bc4b43 + d3b585e commit 99fb3c6Copy full SHA for 99fb3c6
cwl_utils/image_puller.py
@@ -59,8 +59,8 @@ class SingularityImagePuller(ImagePuller):
59
"""
60
Pull docker image with Singularity
61
62
- CHARS_TO_REPLACE = ['/', ':']
63
- NEW_CHAR = '-'
+ CHARS_TO_REPLACE = ['/']
+ NEW_CHAR = '_'
64
65
def __init__(self, req, save_directory):
66
super(SingularityImagePuller, self).__init__(req, save_directory)
0 commit comments