Skip to content

Commit 913e68b

Browse files
committed
jupyter cells also need the traceback output
1 parent 464accc commit 913e68b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ch02git/14Bisect.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,12 @@
176176
{
177177
"ename": "CalledProcessError",
178178
"evalue": "Command 'b'python squares.py 2 #\\xc2\\xa0Error message\\n'' returned non-zero exit status 1.",
179-
"output_type": "error"
179+
"output_type": "error",
180+
"traceback": [
181+
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
182+
"\u001b[0;31mCalledProcessError\u001b[0m Traceback (most recent call last)",
183+
"\u001b[0;31mCalledProcessError\u001b[0m: Command 'b'python squares.py 2 #\\xc2\\xa0Error message\\n'' returned non-zero exit status 1."
184+
]
180185
}
181186
],
182187
"source": [

0 commit comments

Comments
 (0)