From 0b16a3892e7e9c7e7126878a4a36cf1961d001ce Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 19 Feb 2010 02:08:53 -0500 Subject: typo in warning --- cloudinit/CloudConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/CloudConfig.py') diff --git a/cloudinit/CloudConfig.py b/cloudinit/CloudConfig.py index e15dbb2c..532abede 100644 --- a/cloudinit/CloudConfig.py +++ b/cloudinit/CloudConfig.py @@ -516,4 +516,4 @@ def handle_runcmd(cfg): util.write_file(outfile,content,0700) except: - warn("failed to open %s for runcmd", outfile) + warn("failed to open %s for runcmd" % outfile) -- cgit v1.2.3