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
fix: handle argument of type 'int' is not iterable (#324)
Closes#323
Certain OSErrors come back with an errno in the first arg. We were
searching for a substring in here, so we just need to skip the check if
e.args[0] is not a string.
The new test case verifies this by raising an error with a errno.
0 commit comments