We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7918c2b commit 369772cCopy full SHA for 369772c
pathways/lca.py
@@ -862,9 +862,7 @@ def _calculate_year(args: tuple):
862
exceptions=exceptions,
863
)
864
if debug:
865
- logging.info(
866
- f"Double accounting removal applied for {region}."
867
- )
+ logging.info(f"Double accounting removal applied for {region}.")
868
869
if shares:
870
shares_indices = find_technology_indices(regions, technosphere_indices, geo)
0 commit comments