We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236b9ac commit 9c5ee41Copy full SHA for 9c5ee41
MC/config/PWGUD/ini/makeGraniittiConfig.py
@@ -75,7 +75,7 @@ def createJson(args):
75
stat = stat + subprocess.call(cmd, shell=True)
76
# RES
77
if procdefs["RES"] == "":
78
- nl = ' "//RES" :'
+ nl = ' "RES" : [],'
79
else:
80
nl = ' "RES" : ' + procdefs["RES"] + ','
81
cmd = "sed -i '/\"RES\"/c\\" + nl + "' " + jsonFile
0 commit comments