X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=729c2cc72c4d2378db0f83f470358842edbbdae7;hb=2c06090c7b919783a91d3ca9ca8c8319b5c35b07;hp=da015ddf107723622af8bec768ba41ae40c1096f;hpb=6716e51e3a27cfd2850a399c9ccc2818c2038eaf;p=csit.git diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index da015ddf10..729c2cc72c 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1624,15 +1624,12 @@ def plot_nf_heatmap(plot, input_data): plpl = plgo.Figure(data=traces, layout=layout) # Export Plot - logging.info( - f" Writing file {plot[u'output-file']}" - f"{plot[u'output-file-type']}." - ) + logging.info(f" Writing file {plot[u'output-file']}.html") ploff.plot( plpl, show_link=False, auto_open=False, - filename=f"{plot[u'output-file']}{plot[u'output-file-type']}" + filename=f"{plot[u'output-file']}.html" ) except PlotlyError as err: logging.error(