mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
38a7e01e83
Super works by having a iterator of parent classes to ensure each is called once and only once. WA calls some parent methods in classes with multiple inheritenceconditionally so calls them directly instread. This breaks super which ends up calling some methods multiple times. To work around this until workloads are reworked to use composition rather than inheritance, all classes that that subclass `Workload` directly no longer use `super`.