diff options
author | vvvv <vvvv@yandex-team.ru> | 2022-02-10 16:46:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:37 +0300 |
commit | a693106aae8a3a3c7236a4ae953058a9611d7a92 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /build/scripts | |
parent | ad94e93a059747f4fc3d7add88d1a83daf40b733 (diff) | |
download | ydb-a693106aae8a3a3c7236a4ae953058a9611d7a92.tar.gz |
Restoring authorship annotation for <vvvv@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/scripts')
-rw-r--r-- | build/scripts/gen_yql_python_udf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/scripts/gen_yql_python_udf.py b/build/scripts/gen_yql_python_udf.py index 1a413e015f..13b5898117 100644 --- a/build/scripts/gen_yql_python_udf.py +++ b/build/scripts/gen_yql_python_udf.py @@ -1,7 +1,7 @@ import sys TEMPLATE=""" -#include <yql/udfs/common/python/python_udf/python_udf.h> +#include <yql/udfs/common/python/python_udf/python_udf.h> #include <ydb/library/yql/public/udf/udf_registrator.h> @@ -27,7 +27,7 @@ extern "C" UDF_API void Register(IRegistrator& registrator, ui32 flags) { extern "C" UDF_API ui32 AbiVersion() { return CurrentAbiVersion(); } - + extern "C" UDF_API void SetBackTraceCallback(TBackTraceCallback callback) { SetBackTraceCallbackImpl(callback); } |