From 3dc945b2d9b1d02d338a238ea877a700923003dd Mon Sep 17 00:00:00 2001 From: Andrei Tsaregorodtsev Date: Mon, 29 Mar 2021 00:19:38 +0200 Subject: [PATCH] style --- .../Agent/RequestOperations/RegisterReplica.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DIRAC/DataManagementSystem/Agent/RequestOperations/RegisterReplica.py b/src/DIRAC/DataManagementSystem/Agent/RequestOperations/RegisterReplica.py index 6324c1d56ce..4979fca50c1 100644 --- a/src/DIRAC/DataManagementSystem/Agent/RequestOperations/RegisterReplica.py +++ b/src/DIRAC/DataManagementSystem/Agent/RequestOperations/RegisterReplica.py @@ -146,7 +146,7 @@ def __call__(self): gMonitor.addMark("RegisterReplicaOK", 1) successReplicas += 1 self.log.verbose("Replica %s has been registered at %s" % - (lfn, ','.join( catalogs ) if catalogs else "all catalogs")) + (lfn, ','.join(catalogs) if catalogs else "all catalogs")) opFile.Status = "Done"