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
While not tested, this should be fixed with PR #13. The Popen call that calls WindNinja_cli does a better job at catching errors from the command line. There is now a wait() that gets the return code of the Popen and will raise an exception if there is a return code that is not successful. There are a few tests in PR #13 to test some of the error catching but has not been tested in docker.
When WindNinja crashes the docker still exits successfully and does not throw an error.
The text was updated successfully, but these errors were encountered: