From ddfde84e9be54174a111068ac9bfee5354c134d6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Jul 2013 10:49:21 +0000 Subject: Fix up code formatting --- morphlib/buildcommand.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'morphlib/buildcommand.py') diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py index a7f55b0f..bfc64edc 100644 --- a/morphlib/buildcommand.py +++ b/morphlib/buildcommand.py @@ -211,9 +211,10 @@ class BuildCommand(object): if self.is_built(a): self.cache_artifacts_locally([a]) - self.app.status(msg='The %(kind)s is cached at %(cache)s', - kind=a.source.morphology['kind'], - cache=os.path.basename(self.lac.artifact_filename(a))[:7]) + self.app.status( + msg='The %(kind)s is cached at %(cache)s', + kind=a.source.morphology['kind'], + cache=os.path.basename(self.lac.artifact_filename(a))[:7]) else: self.app.status(msg='Building %(kind)s %(name)s', name=a.name, kind=a.source.morphology['kind']) -- cgit v1.2.1