From 887f68cc41a76d17af3fa3dcb6949ccee1b57789 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 7 Mar 2012 15:20:49 +0000 Subject: Make message go via the progress method so it's quiet by default --- lorry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lorry') diff --git a/lorry b/lorry index 5641325..c4f58a8 100755 --- a/lorry +++ b/lorry @@ -93,7 +93,7 @@ class Lorry(cliapp.Application): specs = json.load(f) for name in sorted(specs.keys()): try: - print 'Getting: ',name + self.progress('Getting: %s' % name) self.gitify(name, specs[name]) except Exception,e: status += 1 -- cgit v1.2.1