Skip to content

Commit

Permalink
Use python3 instead of python for check_includes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Sep 14, 2022
1 parent d63fec6 commit a9484ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/check_includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
#

git grep -n -E '^[[:space:]]*#[[:space:]]*include[[:space:]]*[<"]' src |
python "${0%.*}.py"
python3 "${0%.*}.py"

0 comments on commit a9484ab

Please sign in to comment.