Skip to content

Commit 6d45e0c

Browse files
Fix unrelated issue
1 parent 4348d9b commit 6d45e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/objects/linode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ def clone(
19501950
configs = [] if configs is None else configs
19511951
disks = [] if disks is None else disks
19521952

1953-
if region and not type:
1953+
if region and not instance_type:
19541954
raise ValueError('Specifying a region requires a "service" as well')
19551955

19561956
if not isinstance(configs, list) and not isinstance(

0 commit comments

Comments
 (0)