From 710db5cc58b5a0b646ac5373220a98e50e7fb008 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 22 Jan 2008 23:58:02 +0000 Subject: [PATCH] fix errors --- qaapi/qa/modules/plc/boot_node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qaapi/qa/modules/plc/boot_node.py b/qaapi/qa/modules/plc/boot_node.py index 987870a..ca0b1e4 100644 --- a/qaapi/qa/modules/plc/boot_node.py +++ b/qaapi/qa/modules/plc/boot_node.py @@ -21,7 +21,7 @@ class boot_node(Test): raise Exception, "No such node %s" bootimage = api.GetBootMedium(auth, hostname, image_type, '') - bootimage_path = '/$(tdir)s/%(hostname)s-bootcd.iso' % locals() + bootimage_path = '/%(tdir)s/%(hostname)s-bootcd.iso' % locals() if self.config.verbose: utils.header("Creating bootcd for %(hostname)s at %(bootimage_path)s" % locals()) -- 2.47.0