Skip to content

Commit 8765642

Browse files
committed
StorageManager: Fix syntax error
1 parent a2bf132 commit 8765642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upcloud_api/cloud_manager/storage_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def create_storage(self, size=10, tier='maxiops', title='Storage disk', zone='fi
3636
'size': size,
3737
'tier': tier,
3838
'title': title,
39-
'zone': zone
39+
'zone': zone,
4040
'backup_rule': backup_rule
4141
}
4242
}

0 commit comments

Comments
 (0)