"src/vscode:/vscode.git/clone" did not exist on "55764e0b33d8b9298f68b77484bab3832696c010"
-
Li Dong authored
The "default=True" makes args.do_lower_case always True. ```python parser.add_argument("--do_lower_case", default=True, action='store_true') ```a2da2b41