summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/python/python_udf/python_udf.cpp
diff options
context:
space:
mode:
authorvitya-smirnov <[email protected]>2026-06-30 16:05:47 +0300
committervitya-smirnov <[email protected]>2026-06-30 17:16:39 +0300
commit8c0cddc7ffb0b7f0c39352957685fb04d7656b6f (patch)
treec97bc85b16274389f0d0adceebba6a9c03d3b3bb /yql/essentials/udfs/common/python/python_udf/python_udf.cpp
parent351d43e93b78749cd11b214195a2bd4e385b7af8 (diff)
YQL-20095: Tune bugprone-argument-comment
https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argument-comment.html commit_hash:780ff6a63be44998cb2336a05f3dc33e68a676bf
Diffstat (limited to 'yql/essentials/udfs/common/python/python_udf/python_udf.cpp')
-rw-r--r--yql/essentials/udfs/common/python/python_udf/python_udf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/udfs/common/python/python_udf/python_udf.cpp b/yql/essentials/udfs/common/python/python_udf/python_udf.cpp
index 3dedc41137f..44ad818d1ce 100644
--- a/yql/essentials/udfs/common/python/python_udf/python_udf.cpp
+++ b/yql/essentials/udfs/common/python/python_udf/python_udf.cpp
@@ -172,7 +172,7 @@ void NKikimr::NUdf::RegisterYqlPythonUdf(
} else {
registrator.AddModule(
moduleName,
- NKikimr::NUdf::GetYqlPythonUdfModule(resourceName, pythonFlavor, true));
+ NKikimr::NUdf::GetYqlPythonUdfModule(resourceName, pythonFlavor, /*standalone=*/true));
}
}