Skip to content
Snippets Groups Projects
Commit 29ba23d8 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Gerrit Code Review
Browse files

Merge "lint_fix: fix CLI arguments use" into main

parents 059630c0 03933438
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,11 @@ python_binary_host {
name: "lint_fix",
main: "soong_lint_fix.py",
srcs: ["soong_lint_fix.py"],
version: {
py3: {
embedded_launcher: true,
},
},
}
python_library_host {
......
......@@ -213,5 +213,5 @@ def _setup_parser():
if __name__ == "__main__":
opts = SoongLintFixOptions()
opts.parse_args(sys.argv)
opts.parse_args()
SoongLintFix(opts).run()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment