In 85e35d8 I missed one change by @Flamefire on line
|
super().sanity_check_step(custom_paths=custom_paths, custom_commands=custom_commands) |
which used to say super(EB_HPL, self).... i.e. it skipped to the super-super class.
This is just broken now, since the HPL overload of this method doesn't take any arguments.
In 85e35d8 I missed one change by @Flamefire on line
easybuild-easyblocks/easybuild/easyblocks/h/hpcc.py
Line 81 in 85e35d8
which used to say
super(EB_HPL, self)....i.e. it skipped to the super-super class.This is just broken now, since the HPL overload of this method doesn't take any arguments.