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
Our succinct errors are nice, except when they're not informative enough to get us to the problem.
Add --debug. It should force the error handling in main.py and errors.pformat() to print full tracebacks.
Also, catching Exception outside of the thread results handling in resolver.py should add an exception layer that says - "Error in thread. Re-run with pav --debug <cmd> to get the full traceback, and file an issue on the pavilion github."