diff options
| author | prettyboy <[email protected]> | 2024-03-21 10:22:16 +0300 |
|---|---|---|
| committer | prettyboy <[email protected]> | 2024-03-21 10:39:05 +0300 |
| commit | ca4ab243a5c7bc818b71c4dc640d159eede22fba (patch) | |
| tree | 5770d9e72518e4859d3913e034889c0b1debd245 | |
| parent | 277820dd5f1dd43c321c9ef47d46ae2793d51392 (diff) | |
[build/plugins/yql_python_udf] Use run_python3
d8f0d8879ac03d8ac98e74e68dad1082b03daf02
| -rw-r--r-- | build/plugins/yql_python_udf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/yql_python_udf.py b/build/plugins/yql_python_udf.py index c45e5b7696f..50f5526e89f 100644 --- a/build/plugins/yql_python_udf.py +++ b/build/plugins/yql_python_udf.py @@ -44,7 +44,7 @@ def onregister_yql_python_udf(unit, *args): path = name + '.yql_python_udf.cpp' libra_flag = '1' if add_libra_modules else '0' - unit.onrun_python2( + unit.onrun_python3( [ 'build/scripts/gen_yql_python_udf.py', flavor, |
