Commit fa4acbd
Fix getting the endpoint storage default
Currently, trying to get the endpoint storage default ends with the
following error:
```
Traceback (most recent call last):
File "/home/ubuntu/workdir/python-coriolisclient/v1/endpoint_storage.py", line 48, in get_default
TypeError: Resource.get() takes 1 positional argument but 2 were given
```1 parent 986140c commit fa4acbd
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
0 commit comments