TypeError: __open() takes exactly 2 arguments (1 given) in /base/univention-python/modules/uldap.py: 183 » def __open(self, ca_certfile): … 600 » def __setstate__(self, dict): 601 602 » » _d=univention.debug.function('uldap.__setstate__') 603 » » self.__dict__.update(dict) 604 » » self.__open() richtige component?
Gibt es bestimmte Situation, wo dies zu einem Fehler/Traceback führt?
(In reply to comment #1) > Gibt es bestimmte Situation, wo dies zu einem Fehler/Traceback führt? Keine spezielle Situation, es ist aufgefallen, als ich ein udm objekt copy.deepcopy()'d habe.
Again, I wanted to copy.deepcopy() an udm object and it failed again with this traceback.
Created attachment 6871 [details] patch works after applying the patch.
Fixed by svn r70685.