summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/plugins/gc_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/gc_plugin.py b/morphlib/plugins/gc_plugin.py
index cc82cae9..ded4cf02 100644
--- a/morphlib/plugins/gc_plugin.py
+++ b/morphlib/plugins/gc_plugin.py
@@ -78,7 +78,7 @@ class GCPlugin(cliapp.Plugin):
subdir=os.path.join(temp_path, subdir),
chatty=True)
break
- self.app.status('Removing temp subdirectory: %(subdir)s',
+ self.app.status(msg='Removing temp subdirectory: %(subdir)s',
subdir=subdir)
path = os.path.join(temp_path, subdir)
if os.path.exists(path):