Skip to content
Snippets Groups Projects

Hotfix for #215

Merged François LAURENT requested to merge dev into main
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -343,8 +343,8 @@ class Labels:
@@ -343,8 +343,8 @@ class Labels:
"""
"""
@property
@property
def decoding_label_list(self):
def decoding_label_list(self):
labelspec = self.decodingspec
labelset = self.decodingspec
if labelspec is None:
if labelset is None:
return self.encoding_label_list
return self.encoding_label_list
if self.secondarylabelspec:
if self.secondarylabelspec:
labelset = labelset + self.secondarylabelspec
labelset = labelset + self.secondarylabelspec
Loading