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

Re: [Condor-users] filename including space



> output = \'lo op.out\'
> Submitting job(s)
> ERROR: The 'output' takes exactly one argument (\'lo op.out\')

Ah

How about

output='"lo op.out"'

output='\"lo op.out\"'

or of course putting output in a differently named file!

JK