Fix "Q003 Change outer quotes to avoid escaping inner quotes" warning.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Log.log_debug('Cgroup {} has pid {}'.format(SCOPE_CGNAME, pid))
except RunError:
result = consts.TEST_FAILED
- cause = 'Failed to read pid in {}\'s cgroup.procs'.format(SCOPE_CGNAME)
+ cause = "Failed to read pid in {}'s cgroup.procs".format(SCOPE_CGNAME)
return result, cause
Cgroup.create_and_validate(config, None, CHILD_CGNAME)