You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): Do not output ORT_* environment variables unless set
The previous code did always output values for `ORT_CONFIG_DIR` and
`ORT_DATA_DIR` even if these variables were not set, in which case their
internal defaults were shown. This is confusion when dealing with reports
from users, as it is unclear whether these variables were actually set.
Change the code to only show values for these variables if they really
were set, aligning with the behavior for third-party variables shown.
While at it, also show `ORT_TOOLS_DIR` if set.
Signed-off-by: Sebastian Schuberth <[email protected]>
0 commit comments