Use proper python3 print syntax
This commit is contained in:
parent
85e2778cb6
commit
ab40834cc1
@ -1256,7 +1256,7 @@ build/linux/unbundle/replace_gn_files.py --system-libraries \
|
|||||||
flac
|
flac
|
||||||
|
|
||||||
# Check that there is no system 'google' module, shadowing bundled ones:
|
# Check that there is no system 'google' module, shadowing bundled ones:
|
||||||
if python3 -c 'import google ; print google.__path__' 2> /dev/null ; then \
|
if python3 -c 'import google ; print(google.__path__)' 2> /dev/null ; then \
|
||||||
echo "Python 3 'google' module is defined, this will shadow modules of this build"; \
|
echo "Python 3 'google' module is defined, this will shadow modules of this build"; \
|
||||||
exit 1 ; \
|
exit 1 ; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user