Skip to content

Commit

Permalink
Merge pull request #7706 from maxnoe/fix_typo_addler
Browse files Browse the repository at this point in the history
fix(Client): Fix typo Addler -> Adler in putAndRegister
  • Loading branch information
fstagni committed Jun 27, 2024
2 parents 6221c56 + 0ac60cf commit 6ab4c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/DataManagementSystem/Client/DataManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def putAndRegister(self, lfn, fileName, diracSE, guid=None, path=None, checksum=
"Size": size,
"TargetSE": destinationSE,
"GUID": guid,
"Addler": checksum,
"Adler": checksum,
}
startTime = time.time()
res = self.registerFile(fileTuple)
Expand Down

0 comments on commit 6ab4c7d

Please sign in to comment.