Skip to content
Snippets Groups Projects
Commit 230ba8a0 authored by Manuela Kuhn's avatar Manuela Kuhn
Browse files

Removed restrictions to not sent double files

parent 4106c8df
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,8 @@ class InotifyDetector():
# only closed files are send
if is_closed and not is_dir:
if self.previousEventPath != path or self.previousEventName != event.name:
# if self.previousEventPath != path or self.previousEventName != event.name:
if True:
# if (is_moved and not is_dir) or (is_closed and not is_dir):
# print path, event.name, parts
# if event.name[0] == '.' :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment