[TransWarp] component path - property name dualism, does this make sense?

Matthias Drochner M.Drochner at fz-juelich.de
Tue Aug 19 13:30:51 EDT 2003


pje at telecommunity.com said:
>          if self.__objectsToBeAssembled__ is None: 

Hmm - if I do so literally, I get the "AttributeError" exception
when I access a property first time.
Noticing that __objectsToBeAssembled__ is an empty list at this
point, I changed the code to
"if not self.__objectsToBeAssembled__:", but now I get the "/"
component path again...

best regards
Matthias





More information about the PEAK mailing list