Skip to content

Commit 96810ce

Browse files
authored
feat: write report to job summary (#17)
* feat: write report to job summary * fix: files_table bug
1 parent 09da1aa commit 96810ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/draft_comment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ def files_table(self) -> str:
416416
path_in_feature = Path(root) / file
417417
relative_path = os.path.relpath(path_in_feature, self.dir_feature)
418418
index_str = "../" + "/".join(str(relative_path).split("/")[1:])
419+
path_in_main = self.dir_main / relative_path
419420

420421
if (
421422
path_in_feature.parent.name == "csvs"

0 commit comments

Comments
 (0)