Skip to content

Commit 661a225

Browse files
author
caberos
committed
Fix to Christopher code review comments
1 parent 07c12ac commit 661a225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/firewall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def get_instance(self, firewall_id, mask=None):
297297
:param integer firewall_id: the instance ID of the standard firewall
298298
"""
299299
if not mask:
300-
mask = ('mask[datacenter,networkVlan]')
300+
mask = 'mask[datacenter,networkVlan]'
301301

302302
svc = self.client['Network_Vlan_Firewall']
303303

0 commit comments

Comments
 (0)