Skip to content

Commit

Permalink
Switch to python3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxystd committed Apr 17, 2022
1 parent 570cc2d commit f9de654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fw_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ do
done

script_file="${PROJECT_DIR}/scripts/zlib_compress_fw.py"
python "${script_file}" "${target_file}" "${fw_files}"
python3 "${script_file}" "${target_file}" "${fw_files}"

0 comments on commit f9de654

Please sign in to comment.