File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ echo "Building chrome version" $VERSION
4040# because trivial-validate.py depends on it.
4141if [ " $1 " != " --fast" -o ! -f " $RULESETS_SQLITE " ] ; then
4242 echo " Generating sqlite DB"
43- python2.7 ./utils/make-sqlite.py src/chrome/content/rules
43+ python2.7 ./utils/make-sqlite.py
4444fi
4545
4646if [ -f utils/trivial-validate.py ]; then
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ nohup cat src/chrome/content/rules/*.xml >/dev/null 2>/dev/null &
6060
6161if [ " $1 " != " --fast" -o ! -f " $RULESETS_SQLITE " ] ; then
6262 echo " Generating sqlite DB"
63- python2.7 ./utils/make-sqlite.py src/chrome/content/rules
63+ python2.7 ./utils/make-sqlite.py
6464fi
6565
6666# =============== BEGIN VALIDATION ================
Original file line number Diff line number Diff line change 3030
3131parser = etree .XMLParser (remove_blank_text = True )
3232
33- def nomes_all (where = sys . argv [ 1 :] ):
33+ def nomes_all ():
3434 """Returns generator to extract all files from a list of files/dirs"""
3535 return glob .glob ('src/chrome/content/rules/*.xml' )
3636
You can’t perform that action at this time.
0 commit comments