Fixed grepper sge.

This commit is contained in:
Michael Herzberg 2017-08-14 15:15:50 +01:00
parent 0549f7bb4d
commit 6de7eb4368
1 changed files with 1 additions and 1 deletions

View File

@ -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():