Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyiricdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Monitor
Incidents
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
bioinfo_iric
pyiricdata
Merge requests
!6
Resolve "Hierarchy as a set of annotation"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Hierarchy as a set of annotation"
6-hierarchy-as-a-set-of-annotation
into
master
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
LouisGendron
requested to merge
6-hierarchy-as-a-set-of-annotation
into
master
4 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
Closes
#6 (closed)
Edited
4 years ago
by
LouisGendron
0
0
Merge request reports
Compare
version 3
version 3
557ed562
4 years ago
version 2
04167fdc
4 years ago
version 1
963b9909
4 years ago
master (base)
and
latest version
latest version
ebc615c7
5 commits,
4 years ago
version 3
557ed562
4 commits,
4 years ago
version 2
04167fdc
3 commits,
4 years ago
version 1
963b9909
2 commits,
4 years ago
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pyiricdata/Client.py
+
2
−
1
Options
@@ -179,7 +179,8 @@ class Client:
filename
=
self
.
get_file_metadata
(
file_id
)[
'
filename
'
]
if
not
folder_path
is
None
:
sys
.
stderr
.
write
(
'
WARNING: File %s could not have its hierarchy resolved
\n
'
%
filename
)
sys
.
stderr
.
write
(
'
WARNING: File %s (%s) could not have its hierarchy resolved
\n
'
%
(
filename
,
file_id
))
self
.
dwnl_file_content
(
file_id
,
folder_path
,
filename
)
self
.
dwnl_file_annotation
(
file_id
,
folder_path
,
filename
)
Loading