Skip to content

Commit

Permalink
Merge pull request #376 from pierregr/master
Browse files Browse the repository at this point in the history
Fixed constant in winapi.py.
  • Loading branch information
gorakhargosh authored Oct 6, 2016
2 parents f1d32fd + 47904b9 commit 1e0d81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watchdog/observers/winapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

FILE_FLAG_BACKUP_SEMANTICS = 0x02000000
FILE_FLAG_OVERLAPPED = 0x40000000
FILE_LIST_DIRECTORY = 0x01
FILE_LIST_DIRECTORY = 1
FILE_SHARE_READ = 0x01
FILE_SHARE_WRITE = 0x02
FILE_SHARE_DELETE = 0x04
Expand Down

0 comments on commit 1e0d81e

Please sign in to comment.