Skip to content

Commit

Permalink
Update default origin of Cherry (TR) (#512)
Browse files Browse the repository at this point in the history
Co-authored-by: Ingredient editor <[email protected]>
  • Loading branch information
paulboosz and Ingredient editor authored Mar 4, 2024
1 parent 04e4a43 commit 2a69c9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ delete_textile_method:

export_food:
@if [ "$(shell docker container inspect -f '{{.State.Running}}' $(NAME) )" = "true" ]; then \
$(DOCKEREXEC) -w /home/jovyan/ecobalyse/data/food $(NAME) python3 export.py;\
else $(DOCKERRUN) -w /home/jovyan/ecobalyse/data/food $(NAME) python3 export.py; fi
$(DOCKEREXEC) -w /home/jovyan/ecobalyse/data/food $(NAME) python3 export.py && \
$(DOCKEREXEC) -w /home/jovyan/ecobalyse/data/food $(NAME) npm run format:json;\
else $(DOCKERRUN) -w /home/jovyan/ecobalyse/data/food $(NAME) python3 export.py && \
$(DOCKERRUN) -w /home/jovyan/ecobalyse/data/food $(NAME) npm run format:json; fi

#export_textile:
# @if [ "$(shell docker container inspect -f '{{.State.Running}}' $(NAME) )" = "true" ]; then \
Expand Down
2 changes: 1 addition & 1 deletion data/food/activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -2636,7 +2636,7 @@
"database": "WFLDB",
"category": "ingredient",
"categories": ["vegetable_fresh"],
"default_origin": "EuropeAndMaghreb",
"default_origin": "OutOfEuropeAndMaghreb",
"raw_to_cooked_ratio": 0.856,
"density": 0.447,
"inedible_part": 0.2,
Expand Down
2 changes: 1 addition & 1 deletion public/data/food/ingredients.json
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@
"name": "Cerise (TR)",
"categories": ["vegetable_fresh"],
"default": "WFLDBQUA000001234500334",
"default_origin": "EuropeAndMaghreb",
"default_origin": "OutOfEuropeAndMaghreb",
"raw_to_cooked_ratio": 0.856,
"density": 0.447,
"inedible_part": 0.2,
Expand Down

0 comments on commit 2a69c9c

Please sign in to comment.