We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4348d9b commit 6d45e0cCopy full SHA for 6d45e0c
1 file changed
linode_api4/objects/linode.py
@@ -1950,7 +1950,7 @@ def clone(
1950
configs = [] if configs is None else configs
1951
disks = [] if disks is None else disks
1952
1953
- if region and not type:
+ if region and not instance_type:
1954
raise ValueError('Specifying a region requires a "service" as well')
1955
1956
if not isinstance(configs, list) and not isinstance(
0 commit comments