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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nyx
TaggingBackends
Commits
e4a3106c
Commit
e4a3106c
authored
1 year ago
by
François LAURENT
Browse files
Options
Downloads
Patches
Plain Diff
should fix #215
parent
3194c73f
No related branches found
No related tags found
1 merge request
!12
Hotfix for #215
Pipeline
#129294
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/taggingbackends/data/labels.py
+2
-2
2 additions, 2 deletions
src/taggingbackends/data/labels.py
with
2 additions
and
2 deletions
src/taggingbackends/data/labels.py
+
2
−
2
View file @
e4a3106c
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment