Skip to content

Commit

Permalink
Add IN_MOVED_FROM to inotify mask.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
  • Loading branch information
daira committed Jun 8, 2015
1 parent 7d4b03e commit c3012b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/allmydata/frontends/drop_upload.py
Expand Up @@ -95,6 +95,7 @@ def __init__(self, client, upload_dircap, local_dir, dbfile, inotify=None,
#
self.mask = ( inotify.IN_CLOSE_WRITE
| inotify.IN_MOVED_TO
| inotify.IN_MOVED_FROM
| inotify.IN_DELETE
| inotify.IN_ONLYDIR
| IN_EXCL_UNLINK
Expand Down

0 comments on commit c3012b4

Please sign in to comment.