Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] filename including space
- Date: Sun, 8 Oct 2006 10:53:39 +0100
- From: "Kewley, J \(John\)" <j.kewley@xxxxxxxx>
- Subject: 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