From 85736c769d743a7a15571ba8617acadb29f5df29 Mon Sep 17 00:00:00 2001 From: Dipti Date: Fri, 22 Jan 2021 14:57:03 -0800 Subject: [PATCH] changes to html format in realm.py --- py-json/realm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/realm.py b/py-json/realm.py index 277fdbc4..8b9550e2 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -1809,7 +1809,7 @@ class L4CXProfile(LFCliBase): fig = df.plot().get_figure() fig.savefig(report_file) if output_format == 'html': - print('Shivams function') + df.to_html(report_file) if output_format == 'df': return df supported_formats = ['csv', 'json', 'stata', 'pickle']