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
* Handle "File not found." artifactory response as OSError
Fix for #437
* Apply suggestions from code review
Co-authored-by: Anthony Ilinykh <[email protected]>
---------
Co-authored-by: Alex <[email protected]>
Sometimes
path.exists()
throws an exception in case file not exists:the main reason of this behaviour is that artifactory may respond with two kinds of json:
the first one is handled gracefully and we raising an OSError
but the second one does not meet condition and causes an exception above
The text was updated successfully, but these errors were encountered: