Skip to content

Commit

Permalink
Fix codacy issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
slav-at-attachix committed Oct 22, 2024
1 parent a501ada commit ece9b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ fi

PYTHON_INSTALL_CMD="python3 -m pip install --upgrade pip protobuf -r \"$SMING_HOME/../Tools/requirements.txt\""

eval $PYTHON_INSTALL_CMD || install_venv "$PYTHON_INSTALL_CMD"
eval "$PYTHON_INSTALL_CMD" || install_venv "$PYTHON_INSTALL_CMD"


install() {
Expand Down

0 comments on commit ece9b45

Please sign in to comment.