Skip to content

Commit 2c88dd9

Browse files
authored
Apply suggestions from code review
1 parent 35e9ab5 commit 2c88dd9

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("Qt6-specific hook triggered for non-maturin easyconfig?!")
679+
raise EasyBuildError(f"Qt6-specific hook triggered for non-Qt6 easyconfig?!")
680680

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

0 commit comments

Comments
 (0)