Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jan 14, 2025
1 parent 87d7163 commit 733c137
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devtools/types.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,15 @@ check-mycpp() {
}

check-doctools() {
if true; then
if false; then
local -a files=(
$(for x in doctools/*.py; do echo $x; done | grep -v '_test.py' )
lazylex/html.py
)
else
#local -a files=( lazylex/html.py )
local -a files=( doctools/help_gen.py )
#local -a files=( doctools/help_gen.py )
local -a files=( doctools/ul_table.py lazylex/html.py )
fi

# 777 errors before pyann
Expand Down

0 comments on commit 733c137

Please sign in to comment.