Closed georg-eckert-zeiss closed 3 months ago
I just tried, it works for me. Please double check that the path listed at
Looking for ORT configuration in the following file:
/home/<username>/.ort/config/config.yml
indeed matches what you edit with gedit ~/.ort/config/config.yml
, i.e. that you're running as the same user.
Well, what I do is:
nano /home/<username>/.ort/config/config.yml
- so fully qualified
I used ~/.ort/...
here to make the example simpler. But that's not the reason. I also tried the following:
ort --config /home/<username>/dev/config.yml config --show-active
Which didn't work either. Same output, except for:
Looking for ORT configuration in the following file:
/home/<username>/dev/config.yml
I tried again in WSL and there it works. Something seems to be messed up with my xubuntu VM. Closed.
I re-checked but I was not able to identify the cause. I created a new user and also tried in WSL. In both cases I couldn't reproduce the issue.
Describe the bug
I have my own
config.yml
. ORT recognizes it but does not apply the values given in it.My config:
To Reproduce
Steps to reproduce the behavior:
/home/<username>/Apps/ort
mkdir ~/.ort/config/config.yml
gedit ~/.ort/config/config.yml
/home/<username>/Apps/ort/bin/ort config --show-active
Expected behavior
I expect to see
addAuthorsToCopyrights
being set totrue
Console / log output
Environment
Output of the
ort requirements
command:And specify (relevant parts of) your ORT configuration (
config.yml
):