Loading generateChangemarks/changemarks.py +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ https://forge.etsi.org/rep/cdm/pipeline-scripts/-/blob/main/common/Dockerfile.st changed_clause = Clause(empty,0,0,empty) 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"): logging.debug(f"Looking at changes in {patched_file.source_file}") lines_added = 0 lines_removed = 0 Loading Loading
generateChangemarks/changemarks.py +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ https://forge.etsi.org/rep/cdm/pipeline-scripts/-/blob/main/common/Dockerfile.st changed_clause = Clause(empty,0,0,empty) 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"): logging.debug(f"Looking at changes in {patched_file.source_file}") lines_added = 0 lines_removed = 0 Loading