From 638514b7416f79943a48b43fdec7e0863e6e60df Mon Sep 17 00:00:00 2001 From: Singh Date: Thu, 12 Sep 2024 18:13:03 -0700 Subject: [PATCH] Fixup --- src/python-bindings.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python-bindings.lisp b/src/python-bindings.lisp index d9d9c815..49e93a8a 100644 --- a/src/python-bindings.lisp +++ b/src/python-bindings.lisp @@ -28,7 +28,7 @@ (and result-type (list (format nil "POINTER(~a)" (python-type result-type)))))) (when (eql 'error-type return-type) - (format nil "~a = sbcl_librarian.wrapper.lift_fn(\"~a\", ~@*)~%" (coerce-to-c-name callable-name))))) + (format nil "~a = sbcl_librarian.wrapper.lift_fn(\"~a\", ~@*~a)~%" (coerce-to-c-name callable-name))))) (defun write-default-python-header (library stream &optional (omit-init-call nil) (library-path nil))