X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=449b2357a8aa7e5165030d228b5bc79e7685b5a6;hp=a715ecb800e47eebea1a8a224ce81e4df6d762a4;hb=1da19da813655f643bc3c6e4d03bed987f076f07;hpb=a8d0c4410095c6b87f81bd541ca7ec91e6d62b70 diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index a715ecb800..449b2357a8 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -1234,6 +1234,9 @@ def table_perf_trending_dash_html(table, input_data): try: with open(table[u"input-file"], u'rt') as csv_file: csv_lst = list(csv.reader(csv_file, delimiter=u',', quotechar=u'"')) + except FileNotFoundError as err: + logging.warning(f"{err}") + return except KeyError: logging.warning(u"The input file is not defined.") return