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
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
check_compliance.py: Improve error reporting for Git commands
Similar improvements to
zephyrproject-rtos/zephyr#21577. No custom
potentially-missing working directory is used here, but always including
the exception message still feels more robust.
Use err() instead of sys.exit() in git(), and have it include the
command name, which is helpful in logs.
Signed-off-by: Ulf Magnusson <[email protected]>
0 commit comments