Skip to content

Commit

Permalink
Tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
theseal committed Sep 2, 2024
1 parent 1c5d4c3 commit d2ae99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eduid/satosa/scimapi/statsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def process(
logger.warn("Unable to determine the entityID for the SP requester")
return super().process(context, data)

# Graphite is picky about the characters in it's key names
# Graphite is picky about the characters in its key names
requester_entity_id = re.sub(r"[^a-zA-Z0-9]", "_", requester_entity_id)
# For easier readability - only allow one underscore in a row
requester_entity_id = re.sub(r"_{2,}", "_", requester_entity_id)
Expand Down

0 comments on commit d2ae99e

Please sign in to comment.