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

Adding adhomf clients #5

Merged
merged 8 commits into from
Jan 22, 2025
Merged

Adding adhomf clients #5

merged 8 commits into from
Jan 22, 2025

Conversation

derekendres
Copy link
Contributor

No description provided.

@derekendres derekendres requested a review from a team as a code owner January 16, 2025 19:19
if type(omf_message) is not bytes:
compressed_body = self.compressOMFMessage(omf_message)
else:
if omf_message[0] == 31 and omf_message[1] == 139:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is a "magic number" check, adding a comment here or maybe even better moving the byte checking logic to a function like IsGzipFormat() would make this more readable

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw this comment was resolved but I don't see any change associated with it. Was this addressed?

@afink-aveva afink-aveva self-requested a review January 17, 2025 19:33
setup.py Outdated Show resolved Hide resolved
@derekendres derekendres merged commit 854a271 into main Jan 22, 2025
3 checks passed
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.

3 participants