summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-11-21 10:43:34 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-11-21 10:43:34 +0000
commit3407c6e93ad4006a1c9ea903df7173829152e4ad (patch)
treef795d0ca27d2a722958780ed8c6397a81686fb17 /scripts
parentb77cc29d842be36cc87770a14db1e3133cb9afc6 (diff)
downloaddefinitions-3407c6e93ad4006a1c9ea903df7173829152e4ad.tar.gz
Fix release-build: read_morphology is now read_file
Change-Id: I6971dbfa803c08d700574f61766fe7d5de2d1442
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-build b/scripts/release-build
index 2dc8c2ff..a9810ffb 100755
--- a/scripts/release-build
+++ b/scripts/release-build
@@ -127,7 +127,7 @@ class ReleaseApp(cliapp.Application):
def load_morphology(self, name, kind=None):
path = morphlib.util.sanitise_morphology_path(name)
morph = self.loader.load_from_string(
- self.finder.read_morphology(path))
+ self.finder.read_file(path))
if kind:
assert morph['kind'] == kind
return morph, path