brightway-lca / brightway2-analyzer

BSD 3-Clause "New" or "Revised" License
7 stars 13 forks source link

Remove the length limit on the string printed when showing the results from traversing the supply chain. #23

Closed romainsacchi closed 1 year ago

romainsacchi commented 1 year ago

The limit on the string length prevents us from seeing the location or unit of the activity if its name is long.

cmutel commented 1 year ago

The length limit is there to make sure each line prints on one line. Fine for me if you want to change this, but it should be configurable with a flag to the function.