From ce72cc072fc08a2584522a52e79f2edea580f3f4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 20 Sep 2011 15:44:21 +0200 Subject: [PATCH] oops --- system/Substrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Substrate.py b/system/Substrate.py index ade9ca2..ae1d53d 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -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', -- 2.47.0