Skip to content

Commit

Permalink
Typo in comment in example script
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Aug 19, 2024
1 parent c763b58 commit 8d23855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/examples/init-icat.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ def getUser(client, attrs):
client.createRules("CRUD", uotables, uogroup)

# Setup permissions for the data ingester. They need read permission
# on Investigation and Shift and create and create permission on
# Dataset, Datafile, and the respective Parameter.
# on Investigation and Shift and create permission on Dataset,
# Datafile, and the respective Parameter.
ingest = client.createUser("simple/dataingest", fullName="Data Ingester")
ingestgroup = client.createGroup("ingest", [ ingest ])
client.createRules("R", [ "Investigation", "Shift" ], ingestgroup)
Expand Down

0 comments on commit 8d23855

Please sign in to comment.