mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
changes to html format in realm.py
This commit is contained in:
@@ -1801,7 +1801,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']
|
||||
|
||||
Reference in New Issue
Block a user