Skip to content

Commit 0148e4b

Browse files
authored
Merge pull request #8544 from chaen/v9.1_fix_consistencyInspectorMeta
fix: wrong default type for metadata container
2 parents 3d7bc21 + fe6cecd commit 0148e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DIRAC/DataManagementSystem/Client/ConsistencyInspector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def _getCatalogReplicas(self, lfns):
727727

728728
def _getCatalogMetadata(self, lfns):
729729
"""Obtain the file metadata from the catalog while checking they exist"""
730-
allMetadata = []
730+
allMetadata = {}
731731
missingCatalogFiles = []
732732
zeroSizeFiles = []
733733

0 commit comments

Comments
 (0)