diff options
author | vpozdyayev <vpozdyayev@yandex-team.com> | 2024-11-05 17:14:24 +0300 |
---|---|---|
committer | vpozdyayev <vpozdyayev@yandex-team.com> | 2024-11-05 17:38:13 +0300 |
commit | 39b9e3f5893326bafbef7e7fdbc4197dcf13ccf0 (patch) | |
tree | e6f559582b0ae7cb8f5d613b2d3992c9f6c342b8 /build | |
parent | d757e0df81792a1c29f9bd22e7775a79cbeaeadf (diff) | |
download | ydb-39b9e3f5893326bafbef7e7fdbc4197dcf13ccf0.tar.gz |
Fix "unexpected multicommand substitution"
commit_hash:4bda7757107238220a00359914631ba9fc072294
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/python.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf index 5f043ccc59..1613aba510 100644 --- a/build/conf/python.conf +++ b/build/conf/python.conf @@ -732,7 +732,7 @@ module _BASE_PY_PROGRAM: _BASE_PROGRAM { # tag:python-specific tag:codenav when ($CODENAVIGATION && $NOCODENAVIGATION != "yes") { - PY3_PROGRAM_LINK_EXE=$LINK_EXE ${hide;kv:"py3yndex $TARGET"} + PY3_PROGRAM_LINK_EXE=$LINK_EXE && ${hide;kv:"py3yndex $TARGET"} } otherwise { PY3_PROGRAM_LINK_EXE=$LINK_EXE |