Skip to content

Commit 2efe374

Browse files
caberoscaberos
authored andcommitted
last fix team code review comments
1 parent b8e2a4b commit 2efe374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def get_account_all_billing_orders(self, limit=100, mask=None):
277277
return self.client.call('Billing_Order', 'getAllObjects',
278278
limit=limit, mask=mask)
279279

280-
def get_routers(self, mask=None, location=None):
280+
def get_routers(self, location=None, mask=None):
281281
"""Gets all the routers currently active on the account
282282
283283
:param string mask: Object Mask

0 commit comments

Comments
 (0)