Now supports strings in command line for farm submission

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2507 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2010-01-06 13:15:40 +00:00
parent 21a50eedb5
commit 588006ee92
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ die_on_fail_msg: if != None, die on command failure (non-zero return) and show d
if jobName <> None:
cmd_str += " -J %s" % (jobName)
cmd_str += " \""+cmd_str_from_user + "\""
cmd_str += " '"+cmd_str_from_user + "'"
print ">>> Farming via "+cmd_str
else: