Skip to content

Commit fe6cecd

Browse files
chaenchrisburr
authored andcommitted
fix: wrong default type for metadata container
1 parent 3d7bc21 commit fe6cecd

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)