Skip to content

Commit

Permalink
BUG: removed the option to add output loc on remote-run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
AvishaiW committed Sep 17, 2018
1 parent e82bd3c commit da2274b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions catalyst/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,15 +587,6 @@ def live(ctx,
show_default=True,
help='an E-mail address to send the results to',
)
@click.option(
'-o',
'--output',
default='-',
metavar='FILENAME',
show_default=True,
help="The location to write the perf data. If this is '-' the perf"
" will be written to stdout.",
)
@click.option(
'--print-algo/--no-print-algo',
is_flag=True,
Expand Down Expand Up @@ -636,7 +627,6 @@ def remote_run(ctx,
start,
end,
mail,
output,
print_algo,
local_namespace,
exchange_name,
Expand Down

0 comments on commit da2274b

Please sign in to comment.