mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +08:00
commit
5f68596b0d
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user