mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated for typing
This commit is contained in:
parent
5a6c2a6a99
commit
7bdd4091c4
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class Utilities(Configs):
|
|||
return True
|
||||
|
||||
@staticmethod
|
||||
def change_owner_privileges(folder: Path):
|
||||
def change_owner_privileges(folder: Path) -> None:
|
||||
""" Changes thw owner privileges. """
|
||||
os.chown(folder, 0, 0)
|
||||
for file in os.listdir(folder):
|
||||
|
|
Loading…
Reference in a new issue