Skip to content

Commit 6842412

Browse files
committed
ws in README
1 parent 4ef2687 commit 6842412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@ from irods.helpers import home_collection
21292129
session = irods.helpers.make_session()
21302130
myCollection = session.collections.create(f"{home_collection(session).path}/newCollection")
21312131

2132-
session.acls.apply_atomic_operations(myCollection.path,
2132+
session.acls.apply_atomic_operations(myCollection.path,
21332133
*[ACLOperation("read", "public"),
21342134
ACLOperation("write", "bob", "otherZone")
21352135
])

0 commit comments

Comments
 (0)