Skip to content
Snippets Groups Projects
Commit e4a3106c authored by François  LAURENT's avatar François LAURENT
Browse files

should fix #215

parent 3194c73f
No related branches found
No related tags found
1 merge request!12Hotfix for #215
Pipeline #129294 passed
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment