aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-02-12 06:18:07 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-02-12 06:18:07 +0000
commit661af760fbb6764c732dcc65e2732304f06c6a62 (patch)
tree17db2e1a60344df84a6177c416cd82df8a110c99
parent5c51bc596577262f7f61e4a100d3856961fe7bbd (diff)
Fix up after re-indent with retry logic
AAAAAArgh python :-( Change-Id: I00f6d14709ae9c575b7ad1e37283e52212b553e1
-rw-r--r--drivers/CiscoSX300.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/CiscoSX300.py b/drivers/CiscoSX300.py
index dae5708..38ed230 100644
--- a/drivers/CiscoSX300.py
+++ b/drivers/CiscoSX300.py
@@ -163,7 +163,7 @@ class CiscoSX300(SwitchDriver):
for vlan in vlans:
if vlan == tag:
return
- raise IOError("Failed to create VLAN %d" % tag)
+ raise IOError("Failed to create VLAN %d" % tag)
except PExpectError:
# recurse on error