mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-08-30 12:07:14 +00:00
fix pyright i think
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from ..enums import UserType
|
||||
import os, sys
|
||||
import os
|
||||
from . import localplatformlinux
|
||||
|
||||
# this should be public
|
||||
def _get_effective_user_id() -> int:
|
||||
def _get_effective_user_id() -> int: # pyright: ignore[reportUnusedFunction]
|
||||
return os.geteuid()
|
||||
|
||||
def chown(path : str, user : UserType = UserType.HOST_USER, recursive : bool = True) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user