Commit 94cf5068 authored by generatedunixname89002005287564's avatar generatedunixname89002005287564 Committed by Facebook GitHub Bot
Browse files

mobile-vision/experimental 2/5

Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/646

Reviewed By: wat3rBro

Differential Revision: D52536555

fbshipit-source-id: e57dc5b2774771f0739118c5244014171732c151
parent cfa85835
...@@ -195,5 +195,9 @@ def build_cli_args( ...@@ -195,5 +195,9 @@ def build_cli_args(
return args return args
if __name__ == "__main__": def invoke_main() -> None:
gather_mast_errors(cli()) gather_mast_errors(cli())
if __name__ == "__main__":
invoke_main() # pragma: no cover
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment