Comment 18 for bug 1733366

Revision history for this message
Brian Murray (brian-murray) wrote :

Ah, yes it should return True. Thanks for catching that! To be absolutely clear:

311 except OSError as e:
312 if e.errno == errno.ENOENT:
313 return True