Minor fix
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Thu, 18 Oct 2012 12:37:22 +0000 (15:37 +0300)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Thu, 18 Oct 2012 12:37:22 +0000 (15:37 +0300)
kamaki/cli/command_shell.py

index 0321931..94c2c4c 100644 (file)
@@ -65,6 +65,7 @@ class Shell(Cmd):
                return True
 
        def do_shell(self, line):
+               output = popen(line).read()
                print(output)
 
        @property