Skip to content

Commit 98c8717

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents ab13640 + 369772c commit 98c8717

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pathways/lca.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -862,9 +862,7 @@ def _calculate_year(args: tuple):
862862
exceptions=exceptions,
863863
)
864864
if debug:
865-
logging.info(
866-
f"Double accounting removal applied for {region}."
867-
)
865+
logging.info(f"Double accounting removal applied for {region}.")
868866

869867
if shares:
870868
shares_indices = find_technology_indices(regions, technosphere_indices, geo)

0 commit comments

Comments
 (0)