##// END OF EJS Templates
pytype: use "$(hg root)" instead of `hg root` to make shellcheck happier
av6 -
r52199:46280260 default
parent child Browse files
Show More
@@ -3,7 +3,7 b''
3 set -e
3 set -e
4 set -u
4 set -u
5
5
6 cd `hg root`
6 cd "$(hg root)"
7
7
8 # Many of the individual files that are excluded here confuse pytype
8 # Many of the individual files that are excluded here confuse pytype
9 # because they do a mix of Python 2 and Python 3 things
9 # because they do a mix of Python 2 and Python 3 things
General Comments 0
You need to be logged in to leave comments. Login now