Skip to content

Commit 3c4bfe1

Browse files
committed
Removed duplicated line
1 parent 401f4ca commit 3c4bfe1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/build_packages.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ echo "Detecting Python version..."
133133
python_version=$($python_cmd --version 2>&1)
134134
# 2 or 3
135135
python_major_version=${python_version:7:1}
136-
# 2 or 3
137-
python_major_version=${python_version:7:1}
138136
# Remove patch number from Python 3.9.17
139137
no_patch=${python_version%\.*}
140138
# 3.9

0 commit comments

Comments
 (0)