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

Simple support for server and client in AIX #266

Closed
wants to merge 2 commits into from

Conversation

maaiika
Copy link

@maaiika maaiika commented Jun 1, 2021

elif platform.system() in ['Windows', 'Linux']:
MQENC_NATIVE = 0x00000222
else:
MQENC_NATIVE = 0x00000333
Copy link
Contributor

Choose a reason for hiding this comment

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

MQ documentation does not have this value. Did you mean 00000311
Take a look to https://github.com/easybuilders/easybuild/wiki/OS_flavor_name_version. What do you think about using platform.uname()[5] for cheking?

Copy link
Author

Choose a reason for hiding this comment

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

sorry, could you close pull request, it is not suitable.

@SeyfSV SeyfSV linked an issue Jun 5, 2021 that may be closed by this pull request
@maaiika maaiika closed this Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants