From c70b9cd6c48d71208cf729ba335ff9753e94b694 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 21 Jul 2017 15:17:51 +0200 Subject: Fix pylint errors Change-Id: I9b8d69978ee35bf7610cdfd372135ce3515eec96 Signed-off-by: Tibor Frank --- resources/libraries/python/InterfaceUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/InterfaceUtil.py') diff --git a/resources/libraries/python/InterfaceUtil.py b/resources/libraries/python/InterfaceUtil.py index 750029e197..71d36c1c9d 100644 --- a/resources/libraries/python/InterfaceUtil.py +++ b/resources/libraries/python/InterfaceUtil.py @@ -375,7 +375,7 @@ class InterfaceUtil(object): if name == 'Driver:': return value if value else None else: - raise RuntimeError('Get interface driver for: {0}'\ + raise RuntimeError('Get interface driver for: {0}' .format(pci_addr)) @staticmethod -- cgit 1.2.3-korg