Skip to content
Snippets Groups Projects

[v8r3] BKK: fix the catalog interface

Merged Christophe Haen requested to merge chaen/LHCbDIRAC:rel-v8r3_FIX_bkPop into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -184,7 +184,7 @@ class BookkeepingDBClient( FileCatalogClientBase ):
successful = {}
# Poor man's way to not return an error for user files
for lfn in [lfn for lfn in lfns if lfn.startswith( '/lhcb/user' )]:
lfns.remove( lfn )
lfns.pop( lfn )
successful[lfn] = True
failed = {}
for lfnList in breakListIntoChunks( lfns, self.splitSize ):
Loading