Skip to content

Commit 248dfde

Browse files
Update exc_ops.c
1 parent c685ece commit 248dfde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/lib-rt/exc_ops.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ void CPy_AttributeError(const char *filename, const char *funcname, const char *
256256
snprintf(buf, sizeof(buf), "attribute '%.200s' of '%.200s' undefined", attrname, classname);
257257
PyErr_SetString(PyExc_AttributeError, buf);
258258
CPy_AddTraceback(filename, funcname, line, globals);
259+
}
259260

260261
void CPy_UnboundLocalError(const char *filename, const char *funcname, const char *attrname,
261262
int line, PyObject *globals) {

0 commit comments

Comments
 (0)