mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
259 stars 91 forks source link

Fix SpringManager Crash on Missing Data Folder #340

Closed hayes87 closed 7 months ago

hayes87 commented 7 months ago

Previously if the SpringManager was opened without a pre-existing data folder it would crash. Added an os.makedirs(directory, exist_ok=True) within the set_library function.

miquelcampos commented 7 months ago

Hi @hayes87 Thanks for the PR I will check it ASAP