Skip to content
Closed
Prev Previous commit
add echo
  • Loading branch information
LuciferYang committed Nov 11, 2024
commit 3837dc71061690397ea76246dfedefd23348a782
1 change: 1 addition & 0 deletions dev/gen-protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ done

black --config $SPARK_HOME/dev/pyproject.toml gen/proto/python

# Last step copy the result files to the destination module.
for f in `find gen/proto/python -name "*.py*"`; do
cp $f $OUTPUT_PATH
done
Expand Down