This is an automated email from the ASF dual-hosted git repository. isapego pushed a commit to branch ignite-27158 in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit 1ae695ae825a07c340b1f663c98aa9068ee03475 Author: Igor Sapego <[email protected]> AuthorDate: Wed Dec 17 00:51:59 2025 +0100 IGNITE-27158 Review fix --- modules/platforms/python/scripts/build_wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/platforms/python/scripts/build_wheels.sh b/modules/platforms/python/scripts/build_wheels.sh index 6671338db64..ecd1f5ae1ee 100755 --- a/modules/platforms/python/scripts/build_wheels.sh +++ b/modules/platforms/python/scripts/build_wheels.sh @@ -19,7 +19,7 @@ set -e -u -x PACKAGE_NAME="pyignite_dbapi" PY_VERS=$1 -# Converting input from '3.10, 3.11...' to '310 311...' +# Converting input from '3.10,3.11...' to '310 311...' PREPARED_VERS=$(echo $PY_VERS | sed -r 's/\.//g' | tr ',' ' ')
