Skip to content

Commit b70413d

Browse files
committed
api_number
1 parent ef0fe69 commit b70413d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

irods/api_number.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
"ATOMIC_APPLY_METADATA_OPERATIONS_APN": 20002,
178178
"GET_FILE_DESCRIPTOR_INFO_APN": 20000,
179179
"REPLICA_CLOSE_APN": 20004,
180+
"ATOMIC_APPLY_ACL_OPERATIONS_APN": 20005,
180181
"TOUCH_APN": 20007,
181182
"AUTH_PLUG_REQ_AN": 1201,
182183
"AUTHENTICATION_APN": 110000,

irods/manager/access_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _call_atomic_acl_api(self, logical_path : str, *operations, admin=False):
5959
request_msg = iRODSMessage(
6060
"RODS_API_REQ",
6161
JSON_Message(request_text, conn.server_version),
62-
int_info=20005,
62+
int_info=api_number["ATOMIC_APPLY_ACL_OPERATIONS_APN"],
6363
)
6464
conn.send(request_msg)
6565
response = conn.recv()

0 commit comments

Comments
 (0)