stzhao commited on
Commit
876da9e
·
verified ·
1 Parent(s): c3b7d18

Update shared_vis_python_exe.py

Browse files
Files changed (1) hide show
  1. shared_vis_python_exe.py +1 -1
shared_vis_python_exe.py CHANGED
@@ -331,7 +331,7 @@ class PythonExecutor:
331
  'error': str(e),
332
  'traceback': traceback.format_exc()
333
  }
334
- report = f"Error: {str(e)}\n{traceback.format_exc()}"
335
 
336
  # Ensure result is serializable
337
  try:
 
331
  'error': str(e),
332
  'traceback': traceback.format_exc()
333
  }
334
+ report = f"Error: {str(e)}"
335
 
336
  # Ensure result is serializable
337
  try: