tests: Add extra line in tests/monkey_island/utils.py to pass formatting checks

This commit is contained in:
shreyamalviya 2021-06-28 22:43:25 +05:30
parent 3bea4bb86f
commit 37a73440af
1 changed files with 1 additions and 0 deletions

View File

@ -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)