We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef2687 commit 6842412Copy full SHA for 6842412
1 file changed
README.md
@@ -2129,7 +2129,7 @@ from irods.helpers import home_collection
2129
session = irods.helpers.make_session()
2130
myCollection = session.collections.create(f"{home_collection(session).path}/newCollection")
2131
2132
-session.acls.apply_atomic_operations(myCollection.path,
+session.acls.apply_atomic_operations(myCollection.path,
2133
*[ACLOperation("read", "public"),
2134
ACLOperation("write", "bob", "otherZone")
2135
])
0 commit comments