calculix / CalculiX-Examples

CalculiX examples by Prof. Martin Kraska from Brandenburg University of Applied Sciences. Excellent starting point to master parametric modelling with CGX and CCX.
MIT License
299 stars 92 forks source link

Update run_all.py #50

Closed oldninja closed 3 years ago

oldninja commented 3 years ago

On line 216: os.path.dirname(file) returned empty string. changed to os.path.dirname(os.path.abspath(file)), now works fine. See #49 .

imirzov commented 3 years ago

Yep, my fault. Thank you for fixing it! Dear prof. Kraska, please, merge this request.

mkraska commented 3 years ago

Done. Thank you!