Loading generateCR/changemarks.py +2 −2 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ class MR: def find_changed_clauses(progress:Progress, mdLines:list[str], clauses:list[Clause], mr:MR, outDirectory:str ): ''' Determine the clauses that have been modified by the merge request https://forge.etsi.org/rep/cdm/pipeline-scripts/-/blob/main/common/Dockerfile.stfubuntu Returns a list of Clauses, start index and end index Returns a list of Clauses, start index and end index ''' _taskID = progress.add_task('[blue]Find changed clauses', start=False, total=0) Loading Loading @@ -590,7 +590,7 @@ def main(args=None): parser.add_argument('mergeID', help="Merge IID") pargs = parser.parse_args() logging.basicConfig(level=logging.INFO) logging.basicConfig(level=logging.DEBUG) # Process documents and print output Loading Loading
generateCR/changemarks.py +2 −2 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ class MR: def find_changed_clauses(progress:Progress, mdLines:list[str], clauses:list[Clause], mr:MR, outDirectory:str ): ''' Determine the clauses that have been modified by the merge request https://forge.etsi.org/rep/cdm/pipeline-scripts/-/blob/main/common/Dockerfile.stfubuntu Returns a list of Clauses, start index and end index Returns a list of Clauses, start index and end index ''' _taskID = progress.add_task('[blue]Find changed clauses', start=False, total=0) Loading Loading @@ -590,7 +590,7 @@ def main(args=None): parser.add_argument('mergeID', help="Merge IID") pargs = parser.parse_args() logging.basicConfig(level=logging.INFO) logging.basicConfig(level=logging.DEBUG) # Process documents and print output Loading