upb-lea / FEM_Magnetics_Toolbox

An Open-Source FEM Magnetics Toolbox for Power Electronic Magnetic Components
https://upb-lea.github.io/FEM_Magnetics_Toolbox/
GNU General Public License v3.0
66 stars 11 forks source link

Improve usability when running the femmt the first time while creating config.json #8

Closed gituser789 closed 2 years ago

gituser789 commented 3 years ago

Describe the bug One of the first user inputs to the program is to insert the path for onelab. It is written how the pattern should look like, but the standard-user just does copy&paste, independent from the operating system.

Expected behavior Independent from the operating system, make sure that the user can just copy&paste the file path. modify all options as C:\ to C:/, and also add the last / that is necessary for femmt to correctly find onelab. May the pathlib-package helps here.

gituser789 commented 2 years ago

last '/' is done