oops
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 20 Sep 2011 13:44:21 +0000 (15:44 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 20 Sep 2011 13:44:21 +0000 (15:44 +0200)
system/Substrate.py

index ade9ca2..ae1d53d 100644 (file)
@@ -561,7 +561,7 @@ class QemuBox (Box):
             if not options.soft:
                 self.reboot(options)
             else:
-                self.run_ssh(box,['pkill','qemu'],"Killing qemu instances",
+                self.run_ssh(['pkill','qemu'],"Killing qemu instances",
                              dry_run=options.dry_run)
             return
         print 'q',