summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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