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
* copy log file to the temp dir before removing project directory if
download fails
* address review
* codestyle
* add active waiting test
* log errors when project download fails (refs #156)
* write traceback to the log
check that traceback present in the log in test
* formatting
* address review
Currently if there is an unhandled exception while e.g. downloading, it is not added to the log - this makes logs less useful...
To simulate, one can add an invalid statement to download_blocking() function.
The text was updated successfully, but these errors were encountered: