-
Notifications
You must be signed in to change notification settings - Fork 4
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
Launchpad reset debug level output interferes with command output #555
Comments
The issue is caused by the fact that the version check for launchpad is split into an early goroutine with a late comparison. The early goroutine message overlaps with the main thread's check for force. The issue can be worked around by one of the following options:
The issue can be resolved through one of the following:
Breakdown:
|
Most likely I will go for the first resolution. I won't worry about re-ordering for all of the commands, as this is the only command with such an early confirmation. |
#556 is an attempt to deliver the 1st solution. |
That DEBU getting launchpad release information for version v1.5.8 seems to be interfering with where one would expect to be entering either y or n.
After entering y and hitting enter, this is what the user sees:
reported: @quadespresso
internal: PRODENG-2706
The text was updated successfully, but these errors were encountered: