Skip to content

Commit

Permalink
Update chord_metadata_service/mohpackets/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daisie Huang <[email protected]>
  • Loading branch information
SonQBChau and daisieh authored Jun 13, 2024
1 parent dc1f66e commit 88f6bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chord_metadata_service/mohpackets/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_schema_version():
file_path = "chord_metadata_service/mohpackets/docs/schema_version.txt"
with open(file_path, "r") as file:
version = file.read().strip()
return int(version)
return version


def list_to_enum(enum_name, value_list):
Expand Down

0 comments on commit 88f6bd4

Please sign in to comment.