From: Thierry Parmentelat Date: Tue, 29 Jan 2008 17:05:39 +0000 (+0000) Subject: oops X-Git-Tag: 2008-02-11-last-vmware-support~72 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=05f69c24e5a1468ce64021e9858fc9cec349b9b5;p=tests.git oops --- diff --git a/system/TestNode.py b/system/TestNode.py index 9ec26e6..16395ac 100644 --- a/system/TestNode.py +++ b/system/TestNode.py @@ -128,7 +128,7 @@ class TestNode: nodepath="%s/real-%s"%(path,hostname) utils.system("rm -rf %s"%nodepath) utils.system("mkdir %s"%nodepath) - file=open("%s/%s"%(nodepath,/boot_file.iso),'w') + file=open("%s/%s"%(nodepath,"/boot_file.iso"),'w') file.write(base64.b64decode(encoded)) file.close()