Skip to content

Commit c3ab36e

Browse files
committed
fix indent
1 parent 238f45b commit c3ab36e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchx/cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ def my_trainer(foo: int, bar: str) -> specs.AppDef:
122122
123123
$ torchx run --scheduler local_cwd --scheduler_args log_dir=/tmp utils.echo --msg "hello $USER"
124124
=== RUN RESULT ===
125-
torchx 2022-06-15 16:08:57 INFO Log files located in: /tmp/torchx/echo-crls3hcpwjmhc/echo/0
126-
local_cwd://torchx/echo-crls3hcpwjmhc
125+
torchx 2022-06-15 16:08:57 INFO Log files located in: /tmp/torchx/echo-crls3hcpwjmhc/echo/0
126+
local_cwd://torchx/echo-crls3hcpwjmhc
127127
128128
By default the ``run`` subcommand does not block for the job to finish, instead it simply
129129
schedules the job on the specified scheduler and prints an ``app handle``

0 commit comments

Comments
 (0)