Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalinrh committed Sep 8, 2023
1 parent 29b2b06 commit de1a7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyperf/pyperf_run
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ if [ $to_pbench -eq 0 ]; then
if [[ ${python_pkgs} != "" ]]; then
pkg_list=`echo $python_pkgs | sed "s/,/ /g"`
echo pkg_list $pkg_list >>/tmp/dave
for i in $pkg_list; do
for i in $pkg_list; do
pkg_install $i
done
fi
Expand Down

0 comments on commit de1a7fe

Please sign in to comment.