Skip to content

Commit 9c5ee41

Browse files
authored
Update makeGraniittiConfig.py
1 parent 236b9ac commit 9c5ee41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/config/PWGUD/ini/makeGraniittiConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def createJson(args):
7575
stat = stat + subprocess.call(cmd, shell=True)
7676
# RES
7777
if procdefs["RES"] == "":
78-
nl = ' "//RES" :'
78+
nl = ' "RES" : [],'
7979
else:
8080
nl = ' "RES" : ' + procdefs["RES"] + ','
8181
cmd = "sed -i '/\"RES\"/c\\" + nl + "' " + jsonFile

0 commit comments

Comments
 (0)