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