forked from p15670423/monkey
tests: Add extra line in tests/monkey_island/utils.py to pass formatting checks
This commit is contained in:
parent
3bea4bb86f
commit
37a73440af
|
@ -17,6 +17,7 @@ def _get_acl_and_sid_from_path(path: str):
|
|||
acl = security_descriptor.GetSecurityDescriptorDacl()
|
||||
return acl, sid
|
||||
|
||||
|
||||
def assert_windows_permissions(path: str):
|
||||
acl, user_sid = _get_acl_and_sid_from_path(path)
|
||||
|
||||
|
|
Loading…
Reference in New Issue