Skip to content

Commit

Permalink
Updated gdc.sh script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 10, 2024
1 parent 3b0ed2e commit 66a254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stats/gdc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ locate_python

export LD_LIBRARY_PATH=$BUILD_DIR/install/lib64:$BUILD_DIR/install/lib:$OLD_LIBRRARY_PATH

if [[ ! -d $PYTHON_SITEDIR/requests && ! -d $PYTHON_USER_SITEDIR/requests ]];
if [[ ! -d $PYTHON_SITEDIR/requests || ! -d $PYTHON_SITEDIR/pytz ]];
then
$PYTHON -m pip install requests pytz
fi
Expand Down

0 comments on commit 66a254f

Please sign in to comment.