Skip to content

Use absolute model path

Pascal Stücker requested to merge issue/absolute-model-path into main

In some instances - for example if SET is started with a different working directory - the model path contains relative components. This causes issues with extracting zip files. To solve the issue, we can just convert to an absolute path when determining the model path.

Merge request reports