summaryrefslogtreecommitdiff
path: root/morphlib/morphologyloader.py
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2012-01-19 11:52:09 +0000
committerRob Taylor <rob.taylor@codethink.co.uk>2012-01-19 11:52:09 +0000
commit7254675a089e15a341b2ee6ee2f6cc365a048216 (patch)
treec255dad1e8b16beeea9e0459e6f1a5276f4f93ea /morphlib/morphologyloader.py
parent6cc10d4bd52ab6c02fbbbf1198acb3d12b83f0c5 (diff)
downloadmorph-7254675a089e15a341b2ee6ee2f6cc365a048216.tar.gz
Remove bad whitespace
Diffstat (limited to 'morphlib/morphologyloader.py')
-rw-r--r--morphlib/morphologyloader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/morphologyloader.py b/morphlib/morphologyloader.py
index a1d972e0..5a975a60 100644
--- a/morphlib/morphologyloader.py
+++ b/morphlib/morphologyloader.py
@@ -46,8 +46,8 @@ class MorphologyLoader(object):
return morph
def _get_morph_text(self, repo, ref, filename): # pragma: no cover
- path = urlparse.urlparse(repo).path
- t = morphlib.git.Treeish(path, ref)
+ path = urlparse.urlparse(repo).path
+ t = morphlib.git.Treeish(path, ref)
return morphlib.git.get_morph_text(t, filename)
def _get_morph_from_git(self, repo, ref, filename):