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.
1 parent b6f5d31 commit 9b4d49eCopy full SHA for 9b4d49e
singularity/tests/test_package.py
@@ -107,7 +107,7 @@ def test_package(self):
107
from singularity.package import package
108
container = self.cli.create("%s/container.img" %self.tmpdir)
109
container = self.cli.importcmd(container,"docker://ubuntu")
110
- image_package = package(image_path=container),output_folder=self.tmpdir,S=self.cli)
+ image_package = package(image_path=container,output_folder=self.tmpdir,S=self.cli)
111
self.assertTrue(os.path.exists(image_package))
112
113
0 commit comments