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.
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.