We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9262538 commit c1c8e8eCopy full SHA for c1c8e8e
1 file changed
eb_hooks.py
@@ -68,7 +68,7 @@ def parse_hook(ec, *args, **kwargs):
68
def Qt5_check_qtwebengine_disable(ec, eprefix):
69
if ec.name == 'Qt5'and ec.version == '5.15.2':
70
ec['check_qtwebengine'] = False
71
- print_msg(The value of check_qtwebengine has been set to %s , ec['check_qtwebengine'])
+ print_msg("The value of check_qtwebengine has been set to %s", ec['check_qtwebengine'])
72
73
def pre_prepare_hook(self, *args, **kwargs):
74
"""Main pre-prepare hook: trigger custom functions."""
0 commit comments