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