Comment 2 for bug 1075108

Revision history for this message
John A Meinel (jameinel) wrote : Re: bzr branch fails on a ssh mount of remove ext4 fs with Error 95 Operation Not Supported

Essentially, we just need a try/except IOError (OSError?) that traps ENOTSUP, as this is meant to be just advisory anyway. (We already just skip the operation if the file handle doesn't support it.)