Lines Matching refs:check_path
38 check_path = ""
60 def handle_white_dir(self, check_path):
72 if check_path:
73 ret_list = [x[len(check_path) + 1:]
74 for x in ret_list if x.startswith(check_path)]
135 self.check_path = os.path.normpath(args.path)
140 self.whitelist = self.handle_white_dir(self.check_path)
146 check_path=self.check_path).output()
149 bundle_errs = BundlesCheck.to_df(self.check_path)