Skip to content

Commit ef0fe69

Browse files
committed
correction to dict literal
1 parent a746e2a commit ef0fe69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/manager/access_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _ACL_operation(self, op_input: iRODSAccess):
5151
def _call_atomic_acl_api(self, logical_path : str, *operations, admin=False):
5252
request_text = {
5353
"logical_path": logical_path,
54-
"admin_mode": admin
54+
"admin_mode": admin,
5555
"operations": [self._ACL_operation(op) for op in operations]
5656
}
5757

0 commit comments

Comments
 (0)