Skip to content
Snippets Groups Projects
Commit 58fb2b63 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Bugfix in MelodicClassification.save - typo in attribute name.

parent 29f54cb2
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,7 @@ class MelodicClassification(props.HasProperties):
labels = [self.getDisplayLabel(l) for l in self.labels[c]]
allLabels.append(labels)
saveMelodicLabelFile(self.__melImage.getMelodicDir(),
saveMelodicLabelFile(self.__melimage.getMelodicDir(),
allLabels,
filename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment