SPF-OST / pytrnsys

Package that provides functionality to run and process, plot and report TRNSYS simulations
https://pytrnsys.readthedocs.io
GNU General Public License v3.0
11 stars 8 forks source link

fixed exension cut off #130

Closed Nivoy1799 closed 2 years ago

Nivoy1799 commented 2 years ago

As discussed with Jeremias, I am creating my first pull request on pytrnsys:)

Thanks for your review

zuckerruebe commented 2 years ago

What does it fix?

Nivoy1799 commented 2 years ago

@zuckerruebe the old mechanism just cut off the string at the dot. But when working with onedrive paths you have an dot between your names. The new Regex now just picks everthing on the left side of the extension dot.