mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 00:17:00 +08:00
Enforce quoting style in Travis. (#4589)
This commit is contained in:
committed by
Robert Nishihara
parent
6697407ec4
commit
e88e706fcc
@@ -60,7 +60,7 @@ parser.add_argument(
|
||||
parser.add_argument(
|
||||
"--load-code-from-local",
|
||||
default=False,
|
||||
action='store_true',
|
||||
action="store_true",
|
||||
help="True if code is loaded from local files, as opposed to the GCS.")
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user