Skip to content

Commit 01a37e5

Browse files
committed
fix check-qhelp.py again
1 parent 11c1b6a commit 01a37e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/scripts/check-qhelp.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ def transform_inputs(args):
5151
if arg.suffixes == ['.inc', '.qhelp']:
5252
for qhelp in find_inc_qhelp_usages(arg):
5353
yield str(qhelp)
54-
return str(arg)
54+
else:
55+
yield str(arg)
5556

5657
affected_qhelp_files = list(transform_inputs(sys.argv[1:]))
5758
if not affected_qhelp_files:

0 commit comments

Comments
 (0)