Skip to content

Commit b6c3336

Browse files
caberoscaberos
authored andcommitted
fix to errors in slcli hw create-options
1 parent eaae689 commit b6c3336

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SoftLayer/managers/account.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@ def get_routers(self, location=None, mask=None):
284284
:param string location: location string
285285
:returns: Routers
286286
"""
287+
288+
if mask is None:
289+
mask = """
290+
topLevelLocation
291+
"""
287292
object_filter = ''
288293
if location:
289294
object_filter = {

0 commit comments

Comments
 (0)