From 9bd472aed9ce2098a2aceec6b404a25cb0548202 Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Wed, 3 Apr 2013 13:58:45 +0000 Subject: Added status output to print out running extension Terminal will let user know which extension (write or config) is being run. --- morphlib/plugins/deploy_plugin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'morphlib') diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py index 2b761240..ab41415f 100644 --- a/morphlib/plugins/deploy_plugin.py +++ b/morphlib/plugins/deploy_plugin.py @@ -198,6 +198,8 @@ class DeployPlugin(cliapp.Plugin): os.chmod(ext_filename, 0700) delete_ext = True + self.app.status(msg='Running extension %(name)s%(kind)s', + name=name, kind=kind) self.app.runcmd( [ext_filename] + args, env=env, stdout=None, stderr=None) -- cgit v1.2.1