##// END OF EJS Templates
Make traceback be required
Jessica B. Hamrick -
Show More
@@ -344,7 +344,7 b''
344 "traceback": {
344 "traceback": {
345 "description": "The error's traceback, represented as an array of strings.",
345 "description": "The error's traceback, represented as an array of strings.",
346 "type": "array",
346 "type": "array",
347 "required": false,
347 "required": true,
348 "items": {"type": "string"}
348 "items": {"type": "string"}
349 }
349 }
350 }
350 }
General Comments 0
You need to be logged in to leave comments. Login now