Skip to content

Commit 2a9c43f

Browse files
committed
fixup! fixup! fixup! fixup! Update Modules/_testexternalinspection.c
1 parent 1d4c857 commit 2a9c43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testexternalinspection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ analyze_macho(char* path, void* base, mach_vm_size_t size, mach_port_t proc_ref)
107107
{
108108
int fd = open(path, O_RDONLY);
109109
if (fd == -1) {
110-
PyErr_SetString(PyExc_RuntimeError, "Cannot open binary %s\n", path);
110+
PyErr_Format(PyExc_RuntimeError, "Cannot open binary %s\n", path);
111111
return NULL;
112112
}
113113

0 commit comments

Comments
 (0)