-
Notifications
You must be signed in to change notification settings - Fork 237
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
Nornir state property returning GlobalState class, not object #666
Comments
This causes issue with the Line 27 in e4f6b8c
|
|
I thought that might be the case. I will submit a PR to remove it. |
Thanks! |
nornir/nornir/core/__init__.py
Line 177 in e4f6b8c
I'm not sure if this is intended behavior but it is a bit confusing to me why there would be a need to return the
GlobalState
class rather than the instantiated object like thedata
attribute, which is an instance ofGlobalState
.The text was updated successfully, but these errors were encountered: