Update _meta.py

This commit is contained in:
Roman Trapeznikov 2022-07-01 19:31:49 +03:00
parent 752e6f44d4
commit b9595d1595
No known key found for this signature in database
GPG Key ID: 0545F6C33190E7B1

View File

@ -405,7 +405,7 @@ class DirectoryScan:
' ignoring module.\n')
elif not lines and toplevel and meta_lines:
# If we're a top-level module containing meta lines but
# no valid require api , complain.
# no valid "require api" line found, complain.
self.results.warnings += (
'Warning: ' + str(subpath) +
': no valid "# ba_meta require api <NUM>" line found;'