Skip to content

Commit a739348

Browse files
Merge pull request #1594 from caberos/issue1588
fix to errors in slcli hw create-options
2 parents 5b429d7 + b6c3336 commit a739348

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)