Skip to content

Commit bb6eb30

Browse files
committed
fix 2.7 failure
1 parent 16f9a21 commit bb6eb30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

otcextensions/sdk/sdk_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def list(cls, session, paginated=False,
363363
if response.status_code == 204 or \
364364
(response.status_code == 200 and not response.json()):
365365
# Some bad APIs (i.e. DCS.Backup.List) return emptiness
366-
return None
366+
return
367367
data = response.json()
368368

369369
# Discard any existing pagination keys

0 commit comments

Comments
 (0)