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

NameError / typo in master #23

Closed
Nitrogenycs opened this issue Jun 2, 2018 · 2 comments
Closed

NameError / typo in master #23

Nitrogenycs opened this issue Jun 2, 2018 · 2 comments

Comments

@Nitrogenycs
Copy link

Hey,

thanks for creating this project!

When running with wait=False, I ran into a "NameError: name 'solver_proces' is not defined". The reason are typos in minizinc.py at lines 340 +341 (see

return solver_process.readlines(), solver_proces.stderr
). In both lines the variable name should read 'solver_process', right now there is an 's' missing at the end.

Best,
-Matthias

@paolodragone
Copy link
Owner

Thank you for spotting this!
Fixed in a2c3b86.

@Nitrogenycs
Copy link
Author

Thanks for fixing!

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