Skip to content

Commit d34c054

Browse files
authored
Update pull_all_containers.py (#299)
fix apptainer pull
1 parent 130c7d6 commit d34c054

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

containers/pull_all_containers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@
8080
with tempfile.TemporaryDirectory() as tmpdir:
8181
cmmd = f'''export APPTAINER_CACHEDIR={tmpdir} && \n
8282
apptainer pull {fname} docker://{ref}:{tag}'''
83-
os.system(
84-
)
83+
os.system(cmmd)
8584

8685
# if 'latest' not in tags, symlink tag with highest semantic version:
8786
cwd = os.getcwd()

0 commit comments

Comments
 (0)