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

ser tab complete infinite loop #12

Closed
ercius opened this issue Sep 17, 2018 · 1 comment
Closed

ser tab complete infinite loop #12

ercius opened this issue Sep 17, 2018 · 1 comment
Assignees

Comments

@ercius
Copy link
Owner

ercius commented Sep 17, 2018

If you use

from ncempy.io import ser

you can get an infinite loop in tab completion for ser.ncempy.io.ser....
image

I think the issue is the import ncempy.io.emd at the start of ser.py. This can be moved to the function which uses the emd class.

@ercius
Copy link
Owner Author

ercius commented Dec 22, 2019

I was not able to recreate this issue recently. So, maybe it was an issue with your installation? If the problem persists there might be other workarounds. For example, I use import ncempy.io as nio now to conveniently access all i/o modules.

@ercius ercius closed this as completed Dec 22, 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

No branches or pull requests

1 participant