Fixed grepper sge.

production
Michael Herzberg 6 years ago
parent 0549f7bb4d
commit 6de7eb4368

@ -33,7 +33,7 @@ function task_id_to_letter_256 {{
execpath=execpath,
archivepath=archivepath,
outpath=outpath,
greps=" ".join(greps))
greps=" ".join(['"{}"'.format(gr) for gr in greps]))
def helpmsg():

Loading…
Cancel
Save