Skip to content

Commit

Permalink
Format using Black
Browse files Browse the repository at this point in the history
  • Loading branch information
younghojan committed May 24, 2024
1 parent 1360980 commit 277ab8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchexec/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def setup_user_mapping(
logging.warning("Creating GID mapping into container failed: %s", e)
exception_occurred = True

# Ubuntu 24.04 (and possibly later versions) restricts user namespaces,
# Ubuntu 24.04 (and possibly later versions) restricts user namespaces,
# output error message here
if (
exception_occurred
Expand Down
2 changes: 1 addition & 1 deletion benchexec/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,4 +818,4 @@ def check_msr():
res["read"] = True
if all(os.access(f"/dev/cpu/{cpu}/msr", os.W_OK) for cpu in cpu_dirs):
res["write"] = True
return res
return res

0 comments on commit 277ab8b

Please sign in to comment.