Skip to content

Fixed missing tools.json problem.

Markus Scheidgen requested to merge fix-missing-tools-json into develop

The config cannot find the right default tools.json file when run from not the project root directly. This fix is trying to use the given file as it if, if fails uses the given file relative to the project root.

This is related to #1353 (closed).

Changlog: Fixed

Edited by Markus Scheidgen

Merge request reports