Loading generateChangemarks/changemarks.py +1 −1 Original line number Diff line number Diff line Loading @@ -370,7 +370,7 @@ def main(args=None): mr = MR(pargs.projectID, pargs.mergeID, pargs.rootURL) for patched_file in mr.patch_set: if patched_file.source_file.startswith("a/TS"): if patched_file.source_file.startswith("a/TS") or patched_file.source_file.startswith("a/TR"): filename = patched_file.source_file.split("/")[1] process(filename, pargs.outDirectory, mr) else: Loading Loading
generateChangemarks/changemarks.py +1 −1 Original line number Diff line number Diff line Loading @@ -370,7 +370,7 @@ def main(args=None): mr = MR(pargs.projectID, pargs.mergeID, pargs.rootURL) for patched_file in mr.patch_set: if patched_file.source_file.startswith("a/TS"): if patched_file.source_file.startswith("a/TS") or patched_file.source_file.startswith("a/TR"): filename = patched_file.source_file.split("/")[1] process(filename, pargs.outDirectory, mr) else: Loading