aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts
diff options
context:
space:
mode:
authorAndrey Fomichev <andrey.fomichev@gmail.com>2022-02-10 16:49:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:15 +0300
commit1c61afbf3db63940d05e6fefa3104b03457788a1 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /build/scripts
parente542cc14db4240643a06bb0dde87ecf361f101ab (diff)
downloadydb-1c61afbf3db63940d05e6fefa3104b03457788a1.tar.gz
Restoring authorship annotation for Andrey Fomichev <andrey.fomichev@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'build/scripts')
-rw-r--r--build/scripts/gen_yql_python_udf.py2
-rw-r--r--build/scripts/ya.make8
2 files changed, 5 insertions, 5 deletions
diff --git a/build/scripts/gen_yql_python_udf.py b/build/scripts/gen_yql_python_udf.py
index 62632c896a1..13b58981170 100644
--- a/build/scripts/gen_yql_python_udf.py
+++ b/build/scripts/gen_yql_python_udf.py
@@ -3,7 +3,7 @@ import sys
TEMPLATE="""
#include <yql/udfs/common/python/python_udf/python_udf.h>
-#include <ydb/library/yql/public/udf/udf_registrator.h>
+#include <ydb/library/yql/public/udf/udf_registrator.h>
#if @WITH_LIBRA@
#include <yql/udfs/quality/libra/module/module.h>
diff --git a/build/scripts/ya.make b/build/scripts/ya.make
index bf261c2a092..710165e40d6 100644
--- a/build/scripts/ya.make
+++ b/build/scripts/ya.make
@@ -95,8 +95,8 @@ TEST_SRCS(
yndexer.py
)
-PEERDIR(
- ydb/library/yql/public/udf
-)
-
+PEERDIR(
+ ydb/library/yql/public/udf
+)
+
END()