Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TaggingBackends
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyx
TaggingBackends
Merge requests
!12
Hotfix for #215
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Hotfix for #215
dev
into
main
Overview
0
Commits
2
Pipelines
1
Changes
3
Merged
François LAURENT
requested to merge
dev
into
main
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
3
Changelog
[fixed] Undefined variable 'labelset' in Labels.decoding_label_list (#215)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
9d62efd5
2 commits,
1 year ago
3 files
+
4
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
src/taggingbackends/data/labels.py
+
2
−
2
View file @ 9d62efd5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -343,8 +343,8 @@ class Labels:
@@ -343,8 +343,8 @@ class Labels:
"""
"""
@property
@property
def
decoding_label_list
(
self
):
def
decoding_label_list
(
self
):
labels
pec
=
self
.
decodingspec
labels
et
=
self
.
decodingspec
if
labels
pec
is
None
:
if
labels
et
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