Skip to content
Snippets Groups Projects
Commit 40a624fa authored by s2870355's avatar s2870355
Browse files

skip parse-ci

parent 2d631e2a
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ def normalize_depends(file_path, depends):
return result
def extract_info(file_path : str) -> dict:
if "parse-ci" in file_path:
return None
info = {}
info["location"] = file_path.removeprefix(dir_path + os.path.sep)
with open(file_path, 'r') as content:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment