mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 17:04:54 +00:00
Removed click.Tuple() and used nargs instead (#8035)
This commit is contained in:
parent
5be142959a
commit
90c569eadc
@ -275,7 +275,6 @@ def docker(
|
||||
"--upload",
|
||||
help="S3 endpoint, bucket & key to upload the backup file",
|
||||
nargs=3,
|
||||
type=click.Tuple([str, str, str]),
|
||||
default=None,
|
||||
required=False,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user