Skip to content

Commit

Permalink
Apply restyle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed May 25, 2023
1 parent 5b0f9ba commit 250f05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if [ -n "$include_yamltests" ]; then
fi

if [ -n "$extra_packages" ]; then
WHEEL+=(${extra_packages})
WHEEL+=("$extra_packages")
fi

if [ "$install_wheel" = "no" ]; then
Expand Down

0 comments on commit 250f05c

Please sign in to comment.