File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -395,4 +395,9 @@ The code gets modified and the helpers get copied in from /helpers.
395395
396396`` ./codegen.sh `` generates docs directory with source code and documentation.
397397
398- If you wish to customise how the API key or project is selected see the code in the helpers directory.
398+ If you wish to customise how the API key or project is selected see the code in the helpers directory.
399+
400+ Install the latest test version:
401+ ``` shell
402+ pip install --upgrade --index-url https://test.pypi.org/simple/ cudo-compute
403+ ```
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ def disks(key=None):
100100 return cudo .DisksApi (find_client (key ))
101101
102102
103- def machine_types ():
104- return cudo .MachineTypesApi (c )
103+ def machine_types (key = None ):
104+ return cudo .MachineTypesApi (find_client ( key ) )
105105
106106
107107def networks (key = None ):
You can’t perform that action at this time.
0 commit comments