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(CGNAME, pid))
except RunError:
result = consts.TEST_FAILED
- cause = 'Failed to read pid in {}\'s cgroup.procs'.format(CGNAME)
+ cause = "Failed to read pid in {}'s cgroup.procs".format(CGNAME)
return result, cause
# Since the scope was created without being made the default, we must specify