We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd182cc commit e7ee28cCopy full SHA for e7ee28c
ads/opctl/cli.py
@@ -480,14 +480,14 @@ def cancel(**kwargs):
480
@click.option(
481
"--interval",
482
help="log interval in seconds",
483
- type=[click.INT, click.FLOAT],
+ type=int,
484
required=False,
485
default=3,
486
)
487
488
"--wait",
489
help="time in seconds to keep updating the logs after the job run finished for job.",
490
491
492
default=90
493
0 commit comments