X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fnfvbench.py;h=651d06b638b1964e6df61fc6b775b6d77c021b75;hb=dbb932797aff64d458231519d3cf245913913d67;hp=06ca19d9b08f4aa68bf0dfddba2d8f99adf3716b;hpb=259a75b97d735cff6cfc91c12bf84801c9dc992b;p=nfvbench.git diff --git a/nfvbench/nfvbench.py b/nfvbench/nfvbench.py index 06ca19d..651d06b 100644 --- a/nfvbench/nfvbench.py +++ b/nfvbench/nfvbench.py @@ -571,7 +571,8 @@ def main(): factory = getattr(factory_module, config['factory_class'])() except AttributeError: raise Exception("Requested factory module '{m}' or class '{c}' was not found." - .format(m=config['factory_module'], c=config['factory_class'])) + .format(m=config['factory_module'], + c=config['factory_class'])) from AttributeError # create config plugin for this platform config_plugin = factory.get_config_plugin_class()(config) config = config_plugin.get_config()