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 for #53 (debug switch not passed to getVTInfo) #54

Merged
merged 1 commit into from
Mar 8, 2022
Merged

Fix for #53 (debug switch not passed to getVTInfo) #54

merged 1 commit into from
Mar 8, 2022

Conversation

graememeyer
Copy link

This is my suggested fix for #53, which prevents debug messages from displaying during the getVTInfo function. As noted in the issue, the while loop in getVTInfo is prone to silent failure and endless looping (#29) and the lack of debug info even when the --debug switch is applied makes it look like everything is fine if you're not familiar with the program's normal output.

The fix is simply to supply the args.debug value to the getVTInfo function, as appears to be standard elsewhere in the application.

@Neo23x0 Neo23x0 merged commit 5ddf3a7 into Neo23x0:master Mar 8, 2022
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.

3 participants