-
Notifications
You must be signed in to change notification settings - Fork 344
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
StartShell UnboundLocalError: local variable 'data' referenced before assignment #1203
Labels
Comments
I was getting same error then I downgraded to version 2.6.3 |
Closed
Hi, Could you please share the steps reproduce this issue . Thanks & Regards |
Hi, It reproduces in v2.6.4 no problem. It will not reproduce after the commit made on Sep 2nd for issue #1207.
|
Closed
chidanandpujar
added a commit
to chidanandpujar/py-junos-eznc
that referenced
this issue
Dec 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
getting an exception when calling StartShell run() using PyEZ 2.6.4+.
There is no data in the stdout buffer to read for several iterations of the loop...
Possible solution:
The text was updated successfully, but these errors were encountered: