@@ -74,3 +74,78 @@ ZeroDivisionError: division by zero
74
74
------------------------------------------------------------------------
75
75
76
76
77
+ ------------------------------------------------------------------------
78
+ Traceback (most recent call last):
79
+ File "circuitpython/traceback_test_chained.py", line 81, in <module>
80
+ Exception: inner
81
+
82
+ During handling of the above exception, another exception occurred:
83
+
84
+ Traceback (most recent call last):
85
+ File "circuitpython/traceback_test_chained.py", line 83, in <module>
86
+ SomeException: outer
87
+ ------------------------------------------------------------------------
88
+
89
+ ------------------------------------------------------------------------
90
+ Traceback (most recent call last):
91
+ File "circuitpython/traceback_test_chained.py", line 89, in <module>
92
+ Exception: inner
93
+
94
+ The above exception was the direct cause of the following exception:
95
+
96
+ Traceback (most recent call last):
97
+ File "circuitpython/traceback_test_chained.py", line 92, in <module>
98
+ SomeException: outer
99
+ ------------------------------------------------------------------------
100
+
101
+
102
+ ------------------------------------------------------------------------
103
+ Traceback (most recent call last):
104
+ File "circuitpython/traceback_test_chained.py", line 99, in <module>
105
+ RuntimeError: inner
106
+
107
+ The above exception was the direct cause of the following exception:
108
+
109
+ Traceback (most recent call last):
110
+ File "circuitpython/traceback_test_chained.py", line 101, in <module>
111
+ Exception: outer
112
+ ------------------------------------------------------------------------
113
+
114
+ ------------------------------------------------------------------------
115
+ Traceback (most recent call last):
116
+ File "circuitpython/traceback_test_chained.py", line 107, in <module>
117
+ RuntimeError: inner
118
+
119
+ The above exception was the direct cause of the following exception:
120
+
121
+ Traceback (most recent call last):
122
+ File "circuitpython/traceback_test_chained.py", line 110, in <module>
123
+ Exception: outer
124
+ ------------------------------------------------------------------------
125
+
126
+
127
+ ------------------------------------------------------------------------
128
+ Traceback (most recent call last):
129
+ File "circuitpython/traceback_test_chained.py", line 117, in <module>
130
+ RuntimeError: inner
131
+
132
+ During handling of the above exception, another exception occurred:
133
+
134
+ Traceback (most recent call last):
135
+ File "circuitpython/traceback_test_chained.py", line 119, in <module>
136
+ SomeException: outer
137
+ ------------------------------------------------------------------------
138
+
139
+ ------------------------------------------------------------------------
140
+ Traceback (most recent call last):
141
+ File "circuitpython/traceback_test_chained.py", line 125, in <module>
142
+ RuntimeError: inner
143
+
144
+ The above exception was the direct cause of the following exception:
145
+
146
+ Traceback (most recent call last):
147
+ File "circuitpython/traceback_test_chained.py", line 128, in <module>
148
+ SomeException: outer
149
+ ------------------------------------------------------------------------
150
+
151
+
0 commit comments