BHoM / LadybugTools_Toolkit

GNU Lesser General Public License v3.0
2 stars 2 forks source link

On build, PythonCode folder is missing python files #77

Closed jamesramsden-bh closed 1 year ago

jamesramsden-bh commented 1 year ago

Upon build, the following folder is either empty or not created:

C:\ProgramData\BHoM\Extensions\PythonCode\LadybugTools_Toolkit\ladybug_extension

This is resulting in the test script failing, and BHoM methods dependent on these files (e.g. SimulationResult) throwing an error.

The folder should be a copy of this folder: LadybugTools_Engine/Python/src/ladybugtools_toolkit/ladybug_extension

This is likely going to require a fix of the build events.

jamesramsden-bh commented 1 year ago

Closed as further investigation showed that this wasn't the issue causing problems.