Skip to content

Commit

Permalink
to lowercase before patch
Browse files Browse the repository at this point in the history
Signed-off-by: Adnan Bekan <[email protected]>
  • Loading branch information
adobekan committed Dec 20, 2023
1 parent 3cd3708 commit 5b091e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vspec/utils/idgen_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_node_identifier_bytes(
f"allowed: {allowed}"
f"min: {minimum}"
f"max: {maximum}"
).encode("utf-8")
).encode("utf-8").lower()


def fnv1_32_hash(identifier: bytes) -> int:
Expand Down

0 comments on commit 5b091e8

Please sign in to comment.