Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eurostat-fetcher
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
There was a problem fetching the latest pipeline status.
Show more breadcrumbs
dbnomics-fetchers
eurostat-fetcher
Commits
c767ba46
Commit
c767ba46
authored
7 years ago
by
Christophe Benz
Browse files
Options
Downloads
Patches
Plain Diff
If a pack is invalid, skip
parent
89bdc692
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1280
failed with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
update_dataset_index.py
+3
-1
3 additions, 1 deletion
update_dataset_index.py
with
3 additions
and
1 deletion
update_dataset_index.py
+
3
−
1
View file @
c767ba46
...
...
@@ -99,7 +99,9 @@ def main():
stdout
=
subprocess
.
PIPE
,
)
dataset_tree_id
=
process
.
stdout
.
decode
(
'
utf-8
'
).
split
(
"
"
)[
0
]
assert
dataset_tree_id
if
not
dataset_tree_id
:
log
.
error
(
"
Could not retrieve dataset_tree_id from pack %s, skipping
"
,
pack_file_name
)
continue
# Find blob ID of dataset.json in dataset tree.
process
=
subprocess
.
run
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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