Skip to content

Commit c1c8e8e

Browse files
author
TopRichard
committed
editted the hook
1 parent 9262538 commit c1c8e8e

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
@@ -68,7 +68,7 @@ def parse_hook(ec, *args, **kwargs):
6868
def Qt5_check_qtwebengine_disable(ec, eprefix):
6969
if ec.name == 'Qt5'and ec.version == '5.15.2':
7070
ec['check_qtwebengine'] = False
71-
print_msg(The value of check_qtwebengine has been set to %s , ec['check_qtwebengine'])
71+
print_msg("The value of check_qtwebengine has been set to %s", ec['check_qtwebengine'])
7272

7373
def pre_prepare_hook(self, *args, **kwargs):
7474
"""Main pre-prepare hook: trigger custom functions."""

0 commit comments

Comments
 (0)