Skip to content

Commit 1ae695a

Browse files
committed
IGNITE-27158 Review fix
1 parent 2c0d24c commit 1ae695a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/platforms/python/scripts/build_wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -e -u -x
1919
PACKAGE_NAME="pyignite_dbapi"
2020
PY_VERS=$1
2121

22-
# Converting input from '3.10, 3.11...' to '310 311...'
22+
# Converting input from '3.10,3.11...' to '310 311...'
2323
PREPARED_VERS=$(echo $PY_VERS | sed -r 's/\.//g' | tr ',' ' ')
2424

2525

0 commit comments

Comments
 (0)