We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Depending on how the controller is configured, the UOP and/or SOP IO elements may not be available.
UOP
SOP
This makes it impossible to use various functions in controller.py:
controller.py
dominh/src/dominh/controller.py
Lines 174 to 245 in d47b6db
as they make use of those elements.
The text was updated successfully, but these errors were encountered:
Don't crash when we can't access UOP/SOP
9afa99a
This is for #7.
With 9afa99a at least the example doesn't crash any more.
Sorry, something went wrong.
No branches or pull requests
Depending on how the controller is configured, the
UOP
and/orSOP
IO elements may not be available.This makes it impossible to use various functions in
controller.py
:dominh/src/dominh/controller.py
Lines 174 to 245 in d47b6db
as they make use of those elements.
The text was updated successfully, but these errors were encountered: