[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Parsing quoted arguments in Condor



Wei Wang wrote:

arguments = "-a a_value -b '"b_mod -b_op1 b_op1_value'""

Somehow, in the Shell created by Condor, the double-quote is not parsed
correctly --- they are not being matched.

Does anyone know why?

If the above is exactly what you are using in your job, you have a mismatch in ' and " -- '"b_mod...'" should be '"bmod..."'

Best,


matt