mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
part of S_IWRITE fix
This commit is contained in:
parent
5da56b4f52
commit
af071efd3c
|
@ -243,7 +243,7 @@ def remove_readonly(func, path, _):
|
||||||
path ([type]): [description]
|
path ([type]): [description]
|
||||||
_ ([type]): [description]
|
_ ([type]): [description]
|
||||||
"""
|
"""
|
||||||
chmod(path, stat.S_IWRITE)
|
chmod(path, mode=stat.S_IWRITE)
|
||||||
func(path)
|
func(path)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user