jxjo / Xoptfoil-JX

Xoptfoil-JX - modified version
GNU General Public License v3.0
14 stars 5 forks source link

xoptfoil_visualizer-jx bug on Linux #31

Closed montagdude closed 2 years ago

montagdude commented 2 years ago

xoptfoil_visualizer-jx doesn't work out of the box on Linux due to the hardcoded Windows-style path separator character ("\"). I would recommend using os.path.join to concatenate paths in a cross-platform way.

jxjo commented 2 years ago

Thanks Dan! Issue fixed