diff --git a/libs/wlgen/wlgen/workload.py b/libs/wlgen/wlgen/workload.py index 5cac6754490cecd81d976ae06c34e6100affcd7a..3b2212e46efb92857aef9444f13df1ce6e890894 100644 --- a/libs/wlgen/wlgen/workload.py +++ b/libs/wlgen/wlgen/workload.py @@ -210,7 +210,7 @@ class Workload(object): self.cgroup_cmd = 'cgroups_run_into {1:s}'\ .format(self.target.executables_directory, self.cgroup) - self.command = '{0:s} \'{1:s}\''\ + self.command = '{0:s} \'{1:s} \''\ .format(self.cgroup_cmd, self.command) # Start FTrace (if required)