diff --git a/tools/manifest/manifest.py b/tools/manifest/manifest.py index c10235034cab5b..3650fd46606164 100644 --- a/tools/manifest/manifest.py +++ b/tools/manifest/manifest.py @@ -292,7 +292,7 @@ def update(self, tree): reftest_nodes.extend((item, file_hash) for item in manifest_items) if is_new or hash_changed: reftest_changes = True - elif new_type: + else: self._data[new_type][rel_path] = set(manifest_items) self._path_hash[rel_path] = (file_hash, new_type)