##// END OF EJS Templates
pytype: only output the "pytype crashed" message on error...
marmoute -
r52184:0bb52998 default
parent child Browse files
Show More
@@ -127,5 +127,7 b' pytype -V 3.7 --keep-going --jobs auto \\'
127 -x mercurial/wireprotov1peer.py \
127 -x mercurial/wireprotov1peer.py \
128 -x mercurial/wireprotov1server.py
128 -x mercurial/wireprotov1server.py
129
129
130 echo 'pytype crashed while generating the following type stubs:'
130 if find .pytype/pyi -name '*.pyi' | xargs grep -ql '# Caught error'; then
131 find .pytype/pyi -name '*.pyi' | xargs grep -l '# Caught error' | sort
131 echo 'pytype crashed while generating the following type stubs:'
132 find .pytype/pyi -name '*.pyi' | xargs grep -l '# Caught error' | sort
133 fi
General Comments 0
You need to be logged in to leave comments. Login now