Skip to content

Commit

Permalink
Merge pull request #12 from gianipez/trgiMDev
Browse files Browse the repository at this point in the history
fixed a typo
  • Loading branch information
gianipez authored Feb 28, 2024
2 parents a8f2d7e + 09a3452 commit d1c8ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/generateMenuFromJSON.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ def generateMenu(evtMode, outdir, dictMenu, menuName, dictStreams, proc_name, i

tag = capitalize(menuName)
if doIt == True:
trigMenu.write("BRGIN_PROLOG\n")
trigMenu.write("BEGIN_PROLOG\n")
trigMenu.write(tag+": {\n")
trigMenu.write(" trigger_paths: [\n")
psConfig.write("BRGIN_PROLOG\n")
psConfig.write("BEGIN_PROLOG\n")
psConfig.write(tag+"PSConfig: {\n")

list_of_calo_trk_paths = []
Expand Down

0 comments on commit d1c8ef7

Please sign in to comment.