Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arrabito committed Aug 21, 2024
1 parent 42a3ae0 commit d6d4a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/TransformationSystem/DB/TransformationDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,7 @@ def __addDirectory(self, path, force):
successful.append(lfn)
return {"OK": True, "Value": len(res["Value"]["Successful"]), "Successful": successful, "Failed": failed}

def setMetadata(self, path, usermetadatadict):
def setMetadata(self, path, usermetadatadict, connection=False):
"""
It can be applied to a file or to a directory (path).
For a file, add the file to Transformations if the updated metadata dictionary passes the filter.
Expand Down

0 comments on commit d6d4a9f

Please sign in to comment.