Skip to content
Snippets Groups Projects
Commit ab04ba26 authored by Luisa Arrabito's avatar Luisa Arrabito
Browse files

bug fix

parent 1c79c3d2
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ for switch in Script.getUnprocessedSwitches():
fc = FileCatalogClient()
res = fc.findFilesByMetadata( metaDict, path = '/', rpc = '', url = '', timeout = 300 )
res = fc.findFilesByMetadata( metaDict, path = '/', timeout = 300 )
if not res['OK']:
DIRAC.gLogger.error ( res['Message'] )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment