aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/input_data_parser.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-03-16 13:29:43 +0100
committerTibor Frank <tifrank@cisco.com>2020-03-16 14:06:46 +0000
commiteaabaddc0686ca3f29a3921c2a766d85a7a32ad7 (patch)
tree209948744857e176f98778e20b054880d69218f2 /resources/tools/presentation/input_data_parser.py
parentd7330d4cee1b8d1eaa157595c06d0d76743aa567 (diff)
Report: Add new tests to graphs and remove old ones
Change-Id: Ia5f174ce859bbec59105decb36e704ae67f78e23 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit cecee58d9187f9e444ccc704a1614dcc58f84809)
Diffstat (limited to 'resources/tools/presentation/input_data_parser.py')
-rw-r--r--resources/tools/presentation/input_data_parser.py4
1 files changed, 2 insertions, 2 deletions
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.