Fix pylint errors
Change-Id: I3da6b558bca66e9d4820bca1117a1961d333d3d4
diff --git a/drivers/common.py b/drivers/common.py
index 3c34c1a..777f5f2 100644
--- a/drivers/common.py
+++ b/drivers/common.py
@@ -29,7 +29,7 @@
self.errors_out = 0
def __repr__(self):
- return "<SwitchErrors: errors_in: %d, errors_out: %d>" % (self.errors_in, errors_out)
+ return "<SwitchErrors: errors_in: %d, errors_out: %d>" % (self.errors_in, self.errors_out)
# For now, just count the error. Later on we might add stats and
# analysis