Skip to content

Commit 35e9ab5

Browse files
ocaisabedroge
andauthored
Update eb_hooks.py
Co-authored-by: Bob Dröge <b.e.droge@rug.nl>
1 parent 86435da commit 35e9ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ def parse_hook_qt6_libinput(ec, eprefix):
676676
f"No libinput dependency found for {ec.name} {ec.version}, please update relevant Qt6 hook"
677677
)
678678
else:
679-
raise EasyBuildError("maturin-specific hook triggered for non-maturin easyconfig?!")
679+
raise EasyBuildError("Qt6-specific hook triggered for non-maturin easyconfig?!")
680680

681681
def parse_hook_maturin(ec, eprefix):
682682
"""

0 commit comments

Comments
 (0)