Skip to content

Commit

Permalink
pylint warn
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Jul 20, 2023
1 parent 58c2a3a commit d700b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/tests/lib/cgroup_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def exit_if_cgroups_not_supported():
base_cgroup_fs_exists = os.path.exists(BASE_CGROUP)

if not base_cgroup_fs_exists:
raise Exception("\tDistro %s-%s does not support cgroups -- exiting".format(DISTRO_NAME, DISTRO_VERSION))
raise Exception("\tDistro {0}-{1} does not support cgroups -- exiting".format(DISTRO_NAME, DISTRO_VERSION))
else:
log.info('\tDistro %s-%s supports cgroups\n', DISTRO_NAME, DISTRO_VERSION)

Expand Down

0 comments on commit d700b9d

Please sign in to comment.