X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FCpuUtils.py;h=5805ba7787d5efc8953dd05518c04fa8a7f34a6a;hb=bd15bb418bf618ff3055fb25c339778d12c1eaef;hp=b03e3e9bbcf7e597f42cd0d2b2fc2c1de527cf61;hpb=55372c91ac0c59065f3d8634c686efd0809a85aa;p=csit.git diff --git a/resources/libraries/python/CpuUtils.py b/resources/libraries/python/CpuUtils.py index b03e3e9bbc..5805ba7787 100644 --- a/resources/libraries/python/CpuUtils.py +++ b/resources/libraries/python/CpuUtils.py @@ -268,7 +268,7 @@ class CpuUtils: :returns: List of CPUs allocated to NF. :rtype: list :raises RuntimeError: If we require more cpus than available or if - placement is not possible due to wrong parameters. + placement is not possible due to wrong parameters. """ if not 1 <= nf_chain <= nf_chains: raise RuntimeError(u"ChainID is out of range!")