-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
"rpm-template purge" asks 3 times for the same confirmation #7094
Comments
Yes, if you specify purge, it will check three times if not args.yes:
repeat = 3 if purge else 1
# XXX: Mutating the list later seems to break the tests...
remove_list_copy = remove_list.copy()
for _ in range(repeat):
confirm_action(
'This will completely remove the selected VM(s)...',
remove_list_copy) |
If this is a safety measure, then the extra messages should make this clear, like "really ? this will destroy %d VMs !". |
Automated announcement from builder-github The package
|
Automated announcement from builder-github The component
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The component
Or update dom0 via Qubes Manager. |
Qubes OS release
4.1rc2
Brief summary
The text was updated successfully, but these errors were encountered: