summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-23 15:45:50 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-23 15:47:50 +0100
commitc05a40ae1dbfc558e90e418242f684e291faf4a1 (patch)
tree585ef04028af2a64e1623fbb442141ea7115fd0f /morph
parenta75d85b12480770716eef81a531d7fac0f02e47d (diff)
downloadmorph-c05a40ae1dbfc558e90e418242f684e291faf4a1.tar.gz
Break too-long line
Diffstat (limited to 'morph')
-rwxr-xr-xmorph3
1 files changed, 2 insertions, 1 deletions
diff --git a/morph b/morph
index 24c9af3e..40c8978f 100755
--- a/morph
+++ b/morph
@@ -329,7 +329,8 @@ class Morph(cliapp.Application):
while queue:
reponame, ref, filename = queue.popleft()
absref = self._resolveref(lrc, rrc, reponame, ref, update)
- morphology = morph_factory.get_morphology(reponame, absref, filename)
+ morphology = morph_factory.get_morphology(
+ reponame, absref, filename)
visit(reponame, ref, filename, absref, morphology)
if morphology['kind'] == 'system':
queue.extend((reponame, ref, '%s.morph' % s)