Hi,

I have a final question about default values.
Some of them seems to default to None (or maybe it is just they do not have
a default).
One of them is, for example, maxCpuTime.

What I need to know is that if not using it at all is the same that doing
this

         globusrsl = (...) (maxCpuTime=None) (...)

or maybe

         globusrsl = (...) (maxCpuTime=) (...)


Again, thanks a lot in advance.
Cheers,
Jose

Reply via email to