You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(`stacktrace; " File \"<unknown>\", line 1\n 1+++\n ^\nSyntaxError: invalid syntax"))]
142
142
@@ -191,7 +191,7 @@ feature evaluatePy 1
191
191
result;
192
192
(!) . flip (
193
193
(`error; 1b);
194
-
(`errorMsg; `$"(\"unsupported operand type(s) for +: 'int' and 'str'\",)");
194
+
(`errorMsg; "(\"unsupported operand type(s) for +: 'int' and 'str'\",)");
195
195
(`data; ::);
196
196
(`stacktrace; "Traceback (most recent call last):\n File \"<string>\", line 1, in <module>\n File \"<string>\", line 2, in foo\n File \"<string>\", line 5, in bar\nTypeError: unsupported operand type(s) for +: 'int' and 'str'"))]
(`errorMsg; `$"(\"unsupported operand type(s) for +: 'int' and 'str'\",)");
218
+
(`errorMsg; "(\"unsupported operand type(s) for +: 'int' and 'str'\",)");
219
219
(`data; ::);
220
220
(`stacktrace; "Traceback (most recent call last):\n File \"<string>\", line 1, in <module>\nTypeError: unsupported operand type(s) for +: 'int' and 'str'"))]
0 commit comments