fix count cars script
old-commit-hash: 3ab2d29fb8d14b04567941c130e878ab1995b907
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import os
|
||||
from common.basedir import BASEDIR
|
||||
|
||||
with open(os.path.join(BASEDIR, "README.md")) as f:
|
||||
with open(os.path.join(BASEDIR, "docs/CARS.md")) as f:
|
||||
lines = f.readlines()
|
||||
cars = [l for l in lines if l.strip().startswith("|") and l.strip().endswith("|") and
|
||||
"Make" not in l and any(c.isalpha() for c in l)]
|
||||
|
||||
Reference in New Issue
Block a user