Skip to content

Commit

Permalink
Remove brackets
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Sailer <andre.philippe.sailer@cern.ch>
  • Loading branch information
jmcarcell and andresailer committed Apr 17, 2023
1 parent d76478c commit 22af6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4FWCore/scripts/k4run
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if __name__ == "__main__":
opts = parser.parse_args()

# print a doc line showing the configured algorithms
logger.info('--> ' + ' --> '.join([alg.name() for alg in ApplicationMgr().TopAlg]))
logger.info(' '.join(f'--> {alg.name()}' for alg in ApplicationMgr().TopAlg))

if opts.list:
from Gaudi import Configuration
Expand Down

0 comments on commit 22af6ca

Please sign in to comment.