mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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']:
|
||||
for qhelp in find_inc_qhelp_usages(arg):
|
||||
yield str(qhelp)
|
||||
return str(arg)
|
||||
else:
|
||||
yield str(arg)
|
||||
|
||||
affected_qhelp_files = list(transform_inputs(sys.argv[1:]))
|
||||
if not affected_qhelp_files:
|
||||
|
||||
Reference in New Issue
Block a user