diff --git a/source/blender/python/intern/bpy_interface_run.cc b/source/blender/python/intern/bpy_interface_run.cc index 3cf2c813fc0..b74ad667d52 100644 --- a/source/blender/python/intern/bpy_interface_run.cc +++ b/source/blender/python/intern/bpy_interface_run.cc @@ -222,7 +222,9 @@ static bool python_script_exec( } } } - PyErr_Print(); + if (!reports) { + PyErr_Print(); + } PyErr_Clear(); } else {