Commit 97490594 authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_data_notebook bt5: Add mime_type for exception case in Base_executeJupyter

parent 1837719b
......@@ -164,7 +164,8 @@ except UnicodeDecodeError:\n
u\'ename\': u\'UnicodeDecodeError\',\n
u\'evalue\': None,\n
u\'traceback\': None,\n
u\'status\': u\'error\'\n
u\'status\': u\'error\',\n
u\'mime_type\': mime_type\n
}\n
serialized_result = json.dumps(result)\n
\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment