X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Finput_data_parser.py;h=9e460f934e7405ed4d1703a558738bc316a996c4;hp=e14d8d4d6658b18be89aef40eb5272b9f6b6ece2;hb=cecee58d9187f9e444ccc704a1614dcc58f84809;hpb=6cb1e7282997af16d89b8b8ff99bd79a6852cb6c diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index e14d8d4d66..9e460f934e 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -1588,7 +1588,7 @@ class InputData: :type job: str :type build_nr: int :type replace: bool - :raises: PresentationError in an error occurs. + :raises: PresentationError if an error occurs. """ if not isfile(local_file): raise PresentationError(f"The file {local_file} does not exist.") @@ -1632,7 +1632,7 @@ class InputData: def process_local_directory(self, local_dir, replace=True): """Process local directory with XML file(s). The directory is processed - as a 'job' and the XML files in in as builds. + as a 'job' and the XML files in it as builds. If the given directory contains only sub-directories, these sub-directories processed as jobs and corresponding XML files as builds of their job.