Skip to content

HPCC easyblock is broken after changing to super() call, since it intentioanlly used to skip the HPL checks #3889

@Micket

Description

@Micket

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions