Update index.py

This commit is contained in:
Mr Chen 2023-11-28 17:33:02 +08:00
parent 114ed15c02
commit 6dbdf26d80
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ def addJob():
w_body += "user=" + user + "\n"
w_body += "priority=999" + "\n"
w_body += "numprocs={0}".format(numprocs) + "\n"
w_body += "process_name=%(program_name)s"
w_body += "process_name=%(program_name)s_%(process_num)02d"
dstFile = getSubConfDir() + "/" + program + '.ini'