We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464accc commit 913e68bCopy full SHA for 913e68b
ch02git/14Bisect.ipynb
@@ -176,7 +176,12 @@
176
{
177
"ename": "CalledProcessError",
178
"evalue": "Command 'b'python squares.py 2 #\\xc2\\xa0Error message\\n'' returned non-zero exit status 1.",
179
- "output_type": "error"
+ "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
+ ]
185
}
186
],
187
"source": [
0 commit comments