Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,712
Issues
1,712
List
Boards
Labels
Service Desk
Milestones
Merge Requests
87
Merge Requests
87
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
c64a4c96
Commit
c64a4c96
authored
Jan 30, 2019
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotfix-s/clonedb-tag-name' into 'dev'
clonedb.py: Rows are already tag names See merge request
!395
parents
5a33ea59
2d5eaa59
Pipeline
#61224
passed with stages
in 6 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/web2py/applications/vidjil/controllers/clonedb.py
server/web2py/applications/vidjil/controllers/clonedb.py
+1
-1
No files found.
server/web2py/applications/vidjil/controllers/clonedb.py
View file @
c64a4c96
...
...
@@ -78,7 +78,7 @@ def get_info_of_viewable_sample_set(sample_sets, config, sample_names, sample_ta
tags
=
sample_tags
.
get
(
sample_id
)
if
tags
:
for
row
in
tags
:
info
[
'sample_tags'
].
append
(
"#"
+
row
.
name
)
info
[
'sample_tags'
].
append
(
"#"
+
row
)
else
:
info
[
'name'
].
append
(
None
)
return
info
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment