120
120
st = self._transport.stat('.')
121
121
except errors.TransportNotPossible:
125
125
# Check the directory mode, but also make sure the created
126
126
# directories and files are read-write for this user. This is
127
127
# mostly a workaround for filesystems which lie about being able to
128
128
# write to a directory (cygwin & win32)
130
130
# Remove the sticky and execute bits for files
133
133
def leave_in_place(self):
134
134
"""Set this LockableFiles to not clear the physical lock on unlock."""