Looks to me like you are having problems with Pythonâs rules for escaping string literals. See
âââ"--arg_with_space 'word1 word2'"âââ
Ie surround the string you posted above with three single quote mark (so-called triple quoting in python).
I also suggest testing you job submit description first with the condor_submit command line tool, and if all is good then proceed to convert to Python via the htcondor.Submit() class. This way you can identify if the problem is in your HTCondor job submit
description or Python-specific.
|