Bug 1686114 - Lint fix on build-clang.py. a=lint-fix

This commit is contained in:
Cosmin Sabou
2021-01-29 15:43:10 +02:00
parent c2732bb05c
commit a2d836cae6

View File

@@ -632,7 +632,10 @@ if __name__ == "__main__":
help="Skip tar packaging stage",
)
parser.add_argument(
"--skip-patch", required=False, action="store_true", help="Do not patch source",
"--skip-patch",
required=False,
action="store_true",
help="Do not patch source",
)
args = parser.parse_args()