From e4a3106c05ac9fe5815f7f8aed5d36835ae7a020 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net>
Date: Wed, 24 Apr 2024 18:25:36 +0200
Subject: [PATCH] should fix #215

---
 src/taggingbackends/data/labels.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/taggingbackends/data/labels.py b/src/taggingbackends/data/labels.py
index a962b57..5106134 100644
--- a/src/taggingbackends/data/labels.py
+++ b/src/taggingbackends/data/labels.py
@@ -343,8 +343,8 @@ class Labels:
     """
     @property
     def decoding_label_list(self):
-        labelspec = self.decodingspec
-        if labelspec is None:
+        labelset = self.decodingspec
+        if labelset is None:
             return self.encoding_label_list
         if self.secondarylabelspec:
             labelset = labelset + self.secondarylabelspec
-- 
GitLab