summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-18 13:42:58 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-18 13:43:25 +0100
commitee01a9f82e5caf06cd7c41df79874e7684a29d5f (patch)
tree0a4ab91f86cb4b7234b3b9076e24c8112d9868c5 /morph
parent5eb0ee253316dc930a4f53a8366764c280ae8fe5 (diff)
downloadmorph-ee01a9f82e5caf06cd7c41df79874e7684a29d5f.tar.gz
No longer set the repo object of Sources in _create_source_pool().
This causes an undefined variable error.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 0 insertions, 1 deletions
diff --git a/morph b/morph
index 3d43cc61..1d6dc4cb 100755
--- a/morph
+++ b/morph
@@ -187,7 +187,6 @@ class Morph(cliapp.Application):
'%s.morph' % x['morph']))
source = morphlib.source.Source(reponame, ref, absref,
morphology, filename)
- source.repo = repo
pool.add(source)
return pool