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

Fix iproperties due to failure of map() function, Fix OpenOPCService failure to start issues #12

Merged
merged 3 commits into from
Nov 1, 2019

Conversation

minix1234
Copy link
Contributor

OpenOPC.py

  • modified map() functions in iproperties method. original map(none, list1, list2) fails due to differences between python 2.# and 3.#. Error to the effect "none is not a callable function". utilized lambda function to circumvent.

OpenOPCService.py

  • service would "fail to start in a timely manner". issue could be circumvented by running the service as the user or as admin account. Main issue is use of "os.environ" suspect it requires elevated privileges.

modified code to use the built in "getvar"

@minix1234
Copy link
Contributor Author

would fix issues #6, #5

@ya-mouse ya-mouse merged commit 513cae0 into ya-mouse:master Nov 1, 2019
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.

2 participants