Commit 9169f6c8 authored by mvdbeek's avatar mvdbeek
Browse files

Merge branch 'release_20.05' into release_20.09

parents 84e1d541 9e62d114
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ class ConditionalDependencies:
        return 'webdav' in self.file_sources

    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)