Closed bhjolly closed 1 year ago
When running this on Linux or Mac, the trailing '/' in heliosDir is not correctly detected and '\' is inserted into the path, e.g.
/home/username/helios becomes /home/username/helios/\\ which leads to paths like /home/username/helios/\\/data
/home/username/helios
/home/username/helios/\\
/home/username/helios/\\/data
When running this on Linux or Mac, the trailing '/' in heliosDir is not correctly detected and '\' is inserted into the path, e.g.
/home/username/helios
becomes/home/username/helios/\\
which leads to paths like/home/username/helios/\\/data