Fix Digital Ocean inventory script pagination handling (#35153)
parent
19ff2f4e8c
commit
a1639abd71
|
@ -191,7 +191,7 @@ class DoManager:
|
|||
|
||||
except ValueError as e:
|
||||
sys.exit("Unable to parse result from %s: %s" % (url, e))
|
||||
return json_resp
|
||||
return resp_data
|
||||
|
||||
def all_active_droplets(self):
|
||||
resp = self.send('droplets/')
|
||||
|
|
Loading…
Reference in New Issue