Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make getUUID more fault tolerant #18

Closed
wants to merge 1 commit into from
Closed

Make getUUID more fault tolerant #18

wants to merge 1 commit into from

Conversation

Jyyjy
Copy link

@Jyyjy Jyyjy commented Jan 6, 2023

While making an example notebook, I noticed that getUUID throws an error when passed an interval log. The error happens because interval logs do not have a 'clientTime' key. I changed getUUID so that it won't throw an error if any of the expected fields are missing, and I removed an unused import.

I'm assuming that it's ok to have a UUID without all 4 values because 'type' is already optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant