commit | 4b09faf4b9f50c38b0231174052a4c45f3c59198 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Tue Mar 30 14:38:59 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Mar 31 10:39:48 2021 +0200 |
tree | 29d1e9abfd14422dd57113861137d85e02873d32 | |
parent | 7abf838394b0cb6cdf121029bd49c30e32c31866 [diff] |
doc: use pathlib for paths in configuration file Switch to pathlib to make configuration more readable. sys.exit has been replaced with an exception so that in case of failure error is displayed (error details were hidden). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>