Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dunixir
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
teaching
dunixir
Merge requests
!42
"packages/model/bundle/errors.go" did not exist on "4316a39877dc4d9df423cf344e8c9dbd8fed4c74"
Resolve "Récupération des blocs"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Récupération des blocs"
186-recuperation-des-blocs
into
dev
Overview
0
Commits
9
Pipelines
10
Changes
1
Merged
JAUJAY Augustin
requested to merge
186-recuperation-des-blocs
into
dev
3 years ago
Overview
0
Commits
9
Pipelines
10
Changes
1
Closes
#186 (closed)
Edited
3 years ago
by
JAUJAY Augustin
0
0
Merge request reports
Viewing commit
36b3090d
Prev
Next
Show latest version
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
36b3090d
Removing error print
· 36b3090d
Augustin Jaujay
authored
3 years ago
lib/dunixir/create_bdd.ex
+
1
−
2
View file @ 36b3090d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -62,8 +62,7 @@ defmodule BDD do
++
@base_url
)
Poison
.
decode!
(
body
)
|>
Enum
.
map
(
fn
b
->
:dets
.
insert
(
:block
,
{
b
[
"number"
],
b
})
end
)
error
->
error
|>
IO
.
inspect
_
->
Logger
.
info
(
'---Failed when filling DataBase---'
)
end
end
)
Loading