From 435ad07b3aa040b5b08ea42760135beb1175baa4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 9 Jul 2012 01:01:10 +0200 Subject: [PATCH 1/1] bugfix --- system/Substrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Substrate.py b/system/Substrate.py index b222aa7..163b1a9 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -699,7 +699,7 @@ class QemuBox (Box): def reboot (self, options): if not options.soft: - Box.reboot(options) + Box.reboot(self,options) else: self.run_ssh(['pkill','qemu'],"Killing qemu instances", dry_run=options.dry_run) -- 2.43.0