commit | 1c8a321ae6f1c4b5e3a7538861737c65764b8311 | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Tue Jul 14 17:07:31 2015 +0100 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Tue Jul 14 17:07:31 2015 +0100 |
tree | 941946bd7689a3084caa1d599877b097e166a7b7 | |
parent | 37870efe95e53972fcd341118399d79767d1ce98 [diff] [blame] |
Lots and lots of pylint warning fixes Change-Id: I9f2f7c6426981cb7ce53a226cc8699b7badc9c2b
diff --git a/db/db.py b/db/db.py index 6532bb1..10d7ebe 100644 --- a/db/db.py +++ b/db/db.py
@@ -453,7 +453,7 @@ except: self.connection.rollback() raise - return port_id + return port_id # Set the mode of a port in the database. Valid values for mode # are "trunk" and "access"