Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -213,5 +213,5 @@ def _setup_parser():

if __name__ == "__main__":
    opts = SoongLintFixOptions()
    opts.parse_args(sys.argv)
    opts.parse_args()
    SoongLintFix(opts).run()