We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check-qhelp.py
1 parent 11c1b6a commit 01a37e5Copy full SHA for 01a37e5
misc/scripts/check-qhelp.py
@@ -51,7 +51,8 @@ def transform_inputs(args):
51
if arg.suffixes == ['.inc', '.qhelp']:
52
for qhelp in find_inc_qhelp_usages(arg):
53
yield str(qhelp)
54
- return str(arg)
+ else:
55
+ yield str(arg)
56
57
affected_qhelp_files = list(transform_inputs(sys.argv[1:]))
58
if not affected_qhelp_files:
0 commit comments