Python lint a bunch of files not currently python linted

This commit is contained in:
Hugh Bellamy
2017-03-17 14:11:00 +07:00
parent 87f7b93089
commit c6fcbf0510
7 changed files with 17 additions and 7 deletions

View File

@@ -243,6 +243,7 @@ def get_short_sdk_name(sdk):
matched = re.match("[a-zA-Z]+", sdk)
return matched.group(0)
def create_dump_module_api_args(cmd_common, cmd_extra_args, sdk, module,
target, output_dir, quiet, verbose):