Skip to content

Commit

Permalink
workflow fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Aug 16, 2024
1 parent 8484f75 commit 0bdaf17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
{
"line": "1b17231a97529365248357043f038afb58be4699fc955cee78d5c8a2b037e89d",
"line_num": 4256,
"path": "eee97fd2.c",
"path": "data/00408ef6/src/eee97fd2.c",
"info": "",
"value": "5489cf96c232e0925f96692a65e3e7afe8e09430c280e71b808da17dee9791f8",
"value_start": 16,
Expand Down
2 changes: 1 addition & 1 deletion meta_cred.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self, cs_cred: dict):
if not self.path.startswith('data/'):
# license files ...
self.path = '/'.join([str(x) for x in path.parts[-3:]])
assert self.path.startswith('data/'), cs_cred
assert self.path.startswith('data/'), cs_cred # path for benchmark must start from data/
self.valid_path = bool(self.valid_path_regex.match(self.path)) # to skip license files

self.line_start = line_data_list[0]["line_num"]
Expand Down

0 comments on commit 0bdaf17

Please sign in to comment.