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

Re: [Condor-users] Args and Arguments




You can use an _expression_ to print Arguments if it is there and otherwise print Args.

condor_q -format "%s\n" 'ifThenElse(isUndefined(Arguments),Args,Arguments)'

--Dan

On 3/27/11 11:19 AM, Rita wrote:
It seems "Args" was changed to "Arguments" ad was changed in later versions of condor.

7.2.x had Arguments and 7.4.x has Args.  I am not sure why this was changed but is it possible to write a condor_q wrapper to detect and change everything to "Args" ? I am asking because this is breaking my wrapper script which is only doing a

condor_q -format "%s\n" Args and I am missing a lot of "Arguments"

TIA



--
--- Get your facts first, then you can distort them as you please.--
_______________________________________________ Condor-users mailing list To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/condor-users The archives can be found at: https://lists.cs.wisc.edu/archive/condor-users/