Loading lib/galaxy/dependencies/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,7 @@ class ConditionalDependencies(object): return 'irods' in self.object_stores def check_watchdog(self): install_set = {'auto', 'True', 'true', 'polling'} install_set = {'auto', 'True', 'true', 'polling', True} return (self.config['watch_tools'] in install_set or self.config['watch_tool_data_dir'] in install_set) Loading Loading
lib/galaxy/dependencies/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,7 @@ class ConditionalDependencies(object): return 'irods' in self.object_stores def check_watchdog(self): install_set = {'auto', 'True', 'true', 'polling'} install_set = {'auto', 'True', 'true', 'polling', True} return (self.config['watch_tools'] in install_set or self.config['watch_tool_data_dir'] in install_set) Loading