diff --git a/tuned/utils/commands.py b/tuned/utils/commands.py index 0cbe023..80c3670 100644 --- a/tuned/utils/commands.py +++ b/tuned/utils/commands.py @@ -215,9 +215,9 @@ class commands: # CPU list through cpulist_unpack first, so see its description about the # details of the input syntax def cpulist_pack(self, l): + l = self.cpulist_unpack(l) if l is None or len(l) == 0: return l - l = self.cpulist_unpack(l) i = 0 j = i rl = []