From a2c0bddf794c4257ff100e1c91ff045810e6c32e Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 10 Jan 2025 13:45:06 +0800 Subject: [PATCH] ... --- include/pocketpy/pocketpy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pocketpy/pocketpy.h b/include/pocketpy/pocketpy.h index a16fe825..d4dc2bb6 100644 --- a/include/pocketpy/pocketpy.h +++ b/include/pocketpy/pocketpy.h @@ -491,7 +491,7 @@ PK_API bool py_importlib_reload(py_GlobalRef module) PY_RAISE PY_RETURN; /// Import a module. /// The result will be set to `py_retval()`. /// -1: error, 0: not found, 1: success -PK_API int py_import(const char* path) PY_RAISE; +PK_API int py_import(const char* path) PY_RAISE PY_RETURN; /************* Errors *************/