Skip to content

Commit

Permalink
patch AGB3 and not CTCPA
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Nov 26, 2024
1 parent cd29374 commit d4349b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/common/import_.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def import_simapro_csv(
zf.extractall(path=tempdir)
unzipped, _ = splitext(join(tempdir, basename(datapath)))

if "AGB" in datapath:
if "AGB3" in datapath:
print("### Patching Agribalyse...")
# `yield` is used as a variable in some Simapro parameters. bw2parameters cannot handle it:
# (sed is faster than Python)
Expand Down

0 comments on commit d4349b1

Please sign in to comment.