From b6d42c742d89dda95cc6e371f0fda6bf1d385a45 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 9 Jun 2009 21:28:51 +0200 Subject: Forgot to remove a comment in dmierror.c --- src/dmierror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dmierror.c b/src/dmierror.c index 03d260a..7e13a93 100644 --- a/src/dmierror.c +++ b/src/dmierror.c @@ -66,7 +66,7 @@ void _pyReturnError(void *exception, const char *fname, int line, const char *fm // Set the error state and message snprintf(buf, 4096, "[%s:%i] %s", fname, line, fmt); - /// PyErr_Format(exception, buf, ap); + PyErr_Format(exception, buf, ap); #ifdef PRINT_ERRORS fprintf(stderr, "\n**\n** ERROR: "); -- cgit