summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/core/plots/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_terminal/core/plots/backend.py')
-rw-r--r--openbb_terminal/core/plots/backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_terminal/core/plots/backend.py b/openbb_terminal/core/plots/backend.py
index 22de1791823..d2ce3483956 100644
--- a/openbb_terminal/core/plots/backend.py
+++ b/openbb_terminal/core/plots/backend.py
@@ -204,7 +204,7 @@ class Backend(PyWry):
outgoing = dict(
html_path=self.get_plotly_html(),
json_data=json_data,
- export_image=export_image,
+ export_image=str(export_image),
**self.get_kwargs(command_location),
)
self.send_outgoing(outgoing)