Merge pull request #757 from vishal332008/master

Small fix
This commit is contained in:
Eric Froemling 2025-01-16 12:39:31 -08:00 committed by GitHub
commit 5f68596b0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -327,7 +327,7 @@ class DirectoryScan:
meta_lines = {
lnum: l[1:].split()
for lnum, l in enumerate(flines)
if '# ba_meta ' in l
if l.startswith('# ba_meta ')
}
is_top_level = len(subpath.parts) <= 1
required_api = self._get_api_requirement(