We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a746e2a commit ef0fe69Copy full SHA for ef0fe69
1 file changed
irods/manager/access_manager.py
@@ -51,7 +51,7 @@ def _ACL_operation(self, op_input: iRODSAccess):
51
def _call_atomic_acl_api(self, logical_path : str, *operations, admin=False):
52
request_text = {
53
"logical_path": logical_path,
54
- "admin_mode": admin
+ "admin_mode": admin,
55
"operations": [self._ACL_operation(op) for op in operations]
56
}
57
0 commit comments