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

Error on line 1470: greater than logic is wrong: if($this>isMPI2) should be if($this->isMPI2) #13

Open
frankforte opened this issue Jun 29, 2021 · 1 comment

Comments

@frankforte
Copy link

frankforte commented Jun 29, 2021

This logic $this > isMPI2 is meaningless, and the response value will likely be wrong or empty.
on line 1470, it should be $this->isMPI2

@boxcleverliam
Copy link

I expected to see a greater level of maintenance on this project. I am surprised to see a simple syntax error like this go ignored, when there is an open issue here and also a pull request with a suggested fix.

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

No branches or pull requests

2 participants