summaryrefslogtreecommitdiff
path: root/morphlib/plugins/gc_plugin.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-06-09 19:08:07 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-06-09 19:08:07 +0000
commit1a419264ef398e145c80f42275f8863babff5353 (patch)
treedad255755cb25b1169a1cd2744d3fb33bafed046 /morphlib/plugins/gc_plugin.py
parent65f207a42dd54f7daca329c7793654ffafa3dde2 (diff)
downloadmorph-1a419264ef398e145c80f42275f8863babff5353.tar.gz
GC Plugin: Fix usage of satus.
I don't know how that one slipped through.
Diffstat (limited to 'morphlib/plugins/gc_plugin.py')
-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):