Skip to content

Commit 6739d70

Browse files
caberoscaberos
authored andcommitted
fix team code review
1 parent 6082910 commit 6739d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/ticket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def list_tickets(self, open_status=True, closed_status=True):
3939
call = 'getClosedTickets'
4040
else:
4141
raise ValueError("open_status and closed_status cannot both be False")
42-
return self.client.call('Account', call, mask=mask, limit=100)
42+
return self.client.call('Account', call, mask=mask, iter=False,limit=100)
4343

4444
def list_subjects(self):
4545
"""List all ticket subjects."""

0 commit comments

Comments
 (0)