We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09da1aa commit 96810ceCopy full SHA for 96810ce
scripts/draft_comment.py
@@ -416,6 +416,7 @@ def files_table(self) -> str:
416
path_in_feature = Path(root) / file
417
relative_path = os.path.relpath(path_in_feature, self.dir_feature)
418
index_str = "../" + "/".join(str(relative_path).split("/")[1:])
419
+ path_in_main = self.dir_main / relative_path
420
421
if (
422
path_in_feature.parent.name == "csvs"
0 commit comments