X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=dd6c50d1d874d65fb5fa458553ab9214ae16eeab;hp=79ccf617cbc7d1d02fd95107f173e65bf7c16da9;hb=fcbcfb9aa1bd57fbf187b92a6b1de80899209640;hpb=4434a78fce29d19044b29f60af1882c0fa850128 diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 79ccf617cb..dd6c50d1d8 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1097,7 +1097,7 @@ def plot_service_density_heatmap(plot, input_data): """ REGEX_CN = re.compile(r'^(\d*)C(\d*)N$') - + txt_chains = list() txt_nodes = list() vals = dict() @@ -1109,7 +1109,7 @@ def plot_service_density_heatmap(plot, input_data): if data is None: logging.error("No data.") return - + for job in data: for build in job: for test in build: