diff options
Diffstat (limited to 'tools/manifestfile.py')
| -rw-r--r-- | tools/manifestfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/manifestfile.py b/tools/manifestfile.py index c1fc83658..beaa36d0f 100644 --- a/tools/manifestfile.py +++ b/tools/manifestfile.py @@ -291,7 +291,7 @@ class ManifestFile: def _search(self, base_path, package_path, files, exts, kind, opt=None, strict=False): base_path = self._resolve_path(base_path) - if files: + if files is not None: # Use explicit list of files (relative to package_path). for file in files: if package_path: |
