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 15a764a commit d05183fCopy full SHA for d05183f
1 file changed
spython/instance/cmd/stop.py
@@ -33,7 +33,6 @@ def stop(self, name=None, sudo=False, timeout=None):
33
if timeout:
34
subgroup += ["-t", str(timeout)]
35
36
-
37
cmd = self._init_command(subgroup)
38
39
# If name is provided assume referencing an instance
0 commit comments