Commit 3afabe8c authored by Sébastien Luttringer's avatar Sébastien Luttringer
Browse files

Don't force check on setup directory

parent 32cbf6e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ class SourceImage(Image):
        if check:
            for d in (self.build_path, self.parser_path, self.setup_path,
                      self.lib_path):
                if os.path.exists(d) or d == self.setup_path:
                if os.path.exists(d):
                    self.check_scripts(d)
        # load modules
        self.load_modules(lambda: self.select_scripts(self.lib_path))