Skip to content

Commit

Permalink
umu_consts: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Aug 15, 2024
1 parent 6d7427f commit 9275c69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion umu/umu_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Color(Enum):
}

# Installation path of the runtime files
# Flatpak will be detected via the Container Interface outlined by systemd
# Flatpak will be detected as outlined by systemd
# See https://systemd.io/CONTAINER_INTERFACE
UMU_LOCAL: Path = (
Path.home().joinpath(
Expand All @@ -45,6 +45,7 @@ class Color(Enum):
if os.environ.get("container") == "flatpak" # noqa: SIM112
else Path.home().joinpath(".local", "share", "umu")
)

# Constant defined in prctl.h
# See prctl(2) for more details
PR_SET_CHILD_SUBREAPER = 36

0 comments on commit 9275c69

Please sign in to comment.