Skip to content

Commit bf65bc0

Browse files
(Chore): Make downloadDir required for job download artifact (#323)
1 parent 627803d commit bf65bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradient/cli/jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ def list_artifacts(job_id, size, links, files, options_file, api_key=None):
420420
@click.option(
421421
"--destinationDir",
422422
"destination_directory",
423+
required=True,
423424
cls=common.GradientOption,
424425
)
425426
@api_key_option

0 commit comments

Comments
 (0)