-
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
UnboundLocalError: local variable 'data' referenced before assignment #1211
Labels
Comments
Proposed solution: |
Hi , Please share the steps to reproduce this issue . Thanks |
This was referenced Dec 2, 2022
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
There is an unhandled case when the
data
variable is not set in the start_shell.py#L82 and the script will fail:The text was updated successfully, but these errors were encountered: