Comment 3 for bug 1258088

Revision history for this message
Harald Sitter (apachelogger) wrote :

So. This happens when a python runner does not implement all functions.

pyrunner itself has function calls like these

    def reloadConfiguration(self):
        self.pyrunner.reloadConfiguration()

which in turn lead to the traceback because reloadConfiguration is not actually a member of self.pyrunner (which is the instance of the runner plugin).