Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Mar 28, 2021
1 parent 55a954b commit 3dc945b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3dc945b

Please sign in to comment.