aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2014-12-18 16:10:25 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2014-12-18 16:10:25 +0000
commitc70a86e97fcf1f5510c5abafb8ab1bc6adedfa3b (patch)
treec1f0652674818f29c5a0a1f5334dfe9cba094668
parenta2a8f79f77077f2c75a6f0ef12910473d4e7fd98 (diff)
Typo fix
Change-Id: Iec74004b5fedecfeb6c4d8c8478e3b402df7c83d
-rw-r--r--db/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.py b/db/db.py
index 7e40efb..9256de2 100644
--- a/db/db.py
+++ b/db/db.py
@@ -342,7 +342,7 @@ class VlanDB:
#
# Returns None on failure.
def get_trunk_port_names_by_switch(self, switch_id):
- return self._get_multi_elements2("name", "port", "switch_id", switch_id, "is_trunk", True
+ return self._get_multi_elements2("name", "port", "switch_id", switch_id, "is_trunk", True)
# Simple lookup: look up a port by its name and its parent switch
# by ID, and return the ID of the port.