-
Notifications
You must be signed in to change notification settings - Fork 5
/
basic_text.out
25 lines (23 loc) · 4.56 KB
/
basic_text.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
┌───────────────────────────────── Traceback ─────────────────────────────────┐
│ [38;2;217;33;33;48;2;16;16;16mTraceback (most recent call last):[0m[48;2;16;16;16m [0m │
│ [38;2;244;240;236;48;2;16;16;16m File [0m[38;2;240;230;140;48;2;16;16;16m"HOME:\github\friendly\tests\test_simple.py"[0m[38;2;244;240;236;48;2;16;16;16m, line [0m[38;2;244;240;236;48;2;16;16;16m11[0m[38;2;244;240;236;48;2;16;16;16m, in [0m[38;2;222;184;135;48;2;16;16;16mtest_basic[0m │
│ [38;2;244;240;236;48;2;16;16;16m [0m[38;2;222;184;135;48;2;16;16;16ma[0m[38;2;244;240;236;48;2;16;16;16m [0m[38;2;135;206;235;48;2;16;16;16m=[0m[38;2;244;240;236;48;2;16;16;16m [0m[38;2;222;184;135;48;2;16;16;16mb[0m[48;2;16;16;16m [0m │
│ [38;2;217;33;33;48;2;16;16;16mNameError[0m[38;2;244;240;236;48;2;16;16;16m: [0m[38;2;222;184;135;48;2;16;16;16mname 'b' is not defined[0m[48;2;16;16;16m [0m │
│ │
│ A [38;2;217;33;33;48;2;16;16;16mNameError[0m exception indicates that a variable or function name is not │
│ known to Python. Most often, this is because there is a spelling mistake. │
│ However, sometimes it is because the name is used before being defined or │
│ given a value. │
│ │
│ In your program, no object with the name [38;2;222;184;135;48;2;16;16;16mb[0m exists. I have no additional │
│ information for you. │
│ │
│ [38;2;217;33;33mException raised on line [0m[38;2;244;240;236;48;2;16;16;16m11[0m[38;2;217;33;33m of file [0m │
│ [38;2;135;169;107;48;2;16;16;16m'[0m[38;2;135;169;107;48;2;16;16;16mHOME:[0m[38;2;135;169;107;48;2;16;16;16m\[0m[38;2;135;169;107;48;2;16;16;16mgithub[0m[38;2;135;169;107;48;2;16;16;16m\f[0m[38;2;135;169;107;48;2;16;16;16mriendly[0m[38;2;135;169;107;48;2;16;16;16m\t[0m[38;2;135;169;107;48;2;16;16;16mests[0m[38;2;135;169;107;48;2;16;16;16m\t[0m[38;2;135;169;107;48;2;16;16;16mest_simple.py[0m[38;2;135;169;107;48;2;16;16;16m'[0m[38;2;217;33;33m.[0m │
│ │
│ [38;2;102;102;102;48;2;16;16;16m 8|[0m[38;2;222;184;135;48;2;16;16;16m [0m[38;2;222;184;135;48;2;16;16;16mconsole[0m[38;2;135;206;235;48;2;16;16;16m =[0m[38;2;222;184;135;48;2;16;16;16m session[0m[38;2;135;206;235;48;2;16;16;16m.[0m[38;2;222;184;135;48;2;16;16;16mconsole[0m │
│ [38;2;102;102;102;48;2;16;16;16m 9|[0m[38;2;222;184;135;48;2;16;16;16m [0m[38;2;240;230;140;48;2;16;16;16mwith[0m[38;2;222;184;135;48;2;16;16;16m console[0m[38;2;135;206;235;48;2;16;16;16m.[0m[38;2;222;184;135;48;2;16;16;16mcapture[0m[38;2;135;206;235;48;2;16;16;16m([0m[38;2;135;206;235;48;2;16;16;16m)[0m[38;2;240;230;140;48;2;16;16;16m as[0m[38;2;222;184;135;48;2;16;16;16m capture[0m[38;2;135;206;235;48;2;16;16;16m:[0m │
│ [38;2;102;102;102;48;2;16;16;16m 10|[0m[38;2;222;184;135;48;2;16;16;16m [0m[38;2;240;230;140;48;2;16;16;16mtry[0m[38;2;135;206;235;48;2;16;16;16m:[0m │
│ [38;2;135;206;235;48;2;16;16;16m > [0m[38;2;244;240;236;48;2;16;16;16m11|[0m[38;2;222;184;135;48;2;16;16;16m a[0m[38;2;135;206;235;48;2;16;16;16m =[0m[38;2;135;206;235;48;2;16;16;16m [0m[38;2;255;255;255;48;2;204;0;0mb[0m │
│ [38;2;102;102;102;48;2;16;16;16m 12|[0m[38;2;222;184;135;48;2;16;16;16m [0m[38;2;240;230;140;48;2;16;16;16mexcept[0m[38;2;217;33;33;48;2;16;16;16m NameError[0m[38;2;135;206;235;48;2;16;16;16m:[0m │
└─────────────────────────────────────────────────────────────────────────────┘