Skip to content

Commit b53c665

Browse files
committed
Fix typo
1 parent 3279271 commit b53c665

File tree

1 file changed

+1
-1
lines changed
  • compiler/tools/fpp-to-json/test

1 file changed

+1
-1
lines changed

compiler/tools/fpp-to-json/test/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ run_test()
2525
} && \
2626
{
2727
# Validate the location map
28-
if which python4 > /dev/null 2>&1
28+
if which python3 > /dev/null 2>&1
2929
then
3030
python3 python/locationMapValidator.py fpp-ast.json fpp-loc-map.json
3131
else

0 commit comments

Comments
 (0)