Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit bf5dc7a

Browse files
committed
list instead of 0
1 parent 0433bd8 commit bf5dc7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RucioClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ def getFileCountPerBlock(self, dataset):
9393
blocks.append((block, self.getFileCountBlock(block)))
9494
except Exception as e:
9595
print(str(e))
96-
return 0
96+
return []
9797
return blocks
9898

0 commit comments

Comments
 (0)