Skip to content

Commit

Permalink
Appease the Hound
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoldeman committed Dec 4, 2024
1 parent 4770fc5 commit e3f5a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/sandbox/easybuild/easyblocks/t/toy.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ class EB_toy_deprecated(EB_toy):

def post_install_step(self):
"""Any postprocessing for toy (deprecated)"""
super(EB_toy, self).post_install_step(*arg)
super(EB_toy, self).post_install_step()

0 comments on commit e3f5a61

Please sign in to comment.