From 806251d1c1541d4f14a8f7ef7557633ae13c70ea Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 20 Jun 2012 12:12:53 -0700 Subject: Add message about query not being implemented yet. --- bin/cloud-init.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/cloud-init.py b/bin/cloud-init.py index 99ecdaf9..8fb3a740 100755 --- a/bin/cloud-init.py +++ b/bin/cloud-init.py @@ -269,7 +269,8 @@ def main_transform(action_name, args): def main_query(name, _args): - raise NotImplementedError("Action '%s' is not currently implemented" % (name)) + raise NotImplementedError(("Action '%s' is not" + " currently implemented") % (name)) def main_single(name, args): -- cgit v1.2.3