mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
fix check-qhelp.py again
This commit is contained in:
@@ -51,7 +51,8 @@ def transform_inputs(args):
|
|||||||
if arg.suffixes == ['.inc', '.qhelp']:
|
if arg.suffixes == ['.inc', '.qhelp']:
|
||||||
for qhelp in find_inc_qhelp_usages(arg):
|
for qhelp in find_inc_qhelp_usages(arg):
|
||||||
yield str(qhelp)
|
yield str(qhelp)
|
||||||
return str(arg)
|
else:
|
||||||
|
yield str(arg)
|
||||||
|
|
||||||
affected_qhelp_files = list(transform_inputs(sys.argv[1:]))
|
affected_qhelp_files = list(transform_inputs(sys.argv[1:]))
|
||||||
if not affected_qhelp_files:
|
if not affected_qhelp_files:
|
||||||
|
|||||||
Reference in New Issue
Block a user