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

[Condor-users] Utility to evaluate Condor ClassAd expressions



Hello,

Is there a utility I could use to debug evaluation of Condor expressions? Ideally, I am looking for something I can feed variable declarations and an expression into and get what that expression evaluates to (including false, error, and undefined).

E.g.

a=1
b="2"
a
a/b

Would print something like
1
ERROR



Thanks,

Vlad