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

Fix List_Var_Gui error #52

Merged
merged 2 commits into from Oct 31, 2022
Merged

Fix List_Var_Gui error #52

merged 2 commits into from Oct 31, 2022

Conversation

gbakeman
Copy link
Contributor

List_Var_Gui has been throwing an error, because the list query method stopped parsing a response before it was complete, resulting in multiple queries running at once and creating an exception.

Closes #45

This sub didn't completely parse its response before moving on to assembly data structures (and query descriptions), causing an exception when other queries start running. Also cleaned up the class file.
LVG form now refers to its own instance of UPSDevice, and pauses it when a list query needs to run.
@gbakeman gbakeman linked an issue Oct 31, 2022 that may be closed by this pull request
@gbakeman gbakeman merged commit 592ecd7 into Dev-2.2 Oct 31, 2022
@gbakeman gbakeman deleted the 45-fix-listvargui branch October 31, 2022 02:36
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

Successfully merging this pull request may close these issues.

List Var GUI encounters format exception when trying to display list
1 participant