Skip to content

Commit

Permalink
NXDRIVE-92: Temporarily (hopefully) don't use Watchdog for local chan…
Browse files Browse the repository at this point in the history
…ge detection to allow Drive Edit tests
  • Loading branch information
ataillefer committed Oct 9, 2014
1 parent e34d172 commit c26a39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxeo-drive-client/nxdrive/controller.py
Expand Up @@ -241,7 +241,7 @@ def __init__(self, config_folder, echo=False, echo_pool=False,
self.cookie_jar = CookieJar()

def use_watchdog(self):
return True
return False

def trash_modified_file(self):
return False
Expand Down

0 comments on commit c26a39c

Please sign in to comment.