Skip to content

Commit 41abd1d

Browse files
committed
dont append to install
1 parent 46dbf96 commit 41abd1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spython/main/parse/docker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ def _arg(self, line):
115115
line = self._setup('ARG', line)
116116
bot.warning("ARG is not supported for Singularity! To get %s" %line[0])
117117
bot.warning("in the container, on host export SINGULARITY_%s" %line[0])
118-
self.install.append(line[0])
119-
120118

121119
# Env Parser
122120

0 commit comments

Comments
 (0)