X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FInterfaceUtil.py;h=71d36c1c9da8756adb8999893d810a299b6b4882;hp=750029e19759a90c3a43a84e73898f01cc0482bc;hb=c70b9cd6c48d71208cf729ba335ff9753e94b694;hpb=601629148310349732f76259df0fc5b5e26ea9f7 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