Skip to content
Snippets Groups Projects
Commit 6a1db9ea authored by nkour's avatar nkour
Browse files

should work now. wed plz test

parent 48838387
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def temp_failure_retry(func, *args, **kwargs):
if hasattr(ex, 'errno'):
errnum = ex.errno
else:
errnum = int(str(ex)[0])
errnum = ex.args[0]
if errnum == errno.EINTR:
continue
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment