Skip to content

gui: fixes a forever loop when a malformed interface is specified #96

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joshanne
Copy link
Contributor

@joshanne joshanne commented Jul 30, 2025

If you used an argument that results in the device failing to open (eg --interface aaaa), it falls through to Exception.
If the exception occurs, you can result in a forever loop where a non-serial interface was set at the command line, but the device fails to open.

If an exception occurs, force a return to the setup window, with cleared iface and args.

If you used an argument that results in the device failing to open, it falls through to Exception. If the exception occurs, you can result in a forever loop where the interface was set at the command line, but the device fails to open.

If an exception occurs, force a return to the setup window, with cleared iface and args.
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.

1 participant