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: Only display the "can't keep downloads" warning when asked to keep downloads #1756

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

benblank
Copy link
Contributor

Summary

Currently, the warning which is intended to alert users that the download directory can't be kept only appears if they haven't asked for it to be. This fix just rearranges the logic a bit so that the warning instead only appears if the download directory should be kept, but can't be (because it doesn't exist).

Fixes: #1711

@fharper
Copy link

fharper commented Jul 10, 2024

Any ETA on merging this PR? Not critical, but it's there :)

Copy link
Member

@Stratus3D Stratus3D left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late review here. Looks good to me.

@Stratus3D Stratus3D merged commit 44f3efb into asdf-vm:master Aug 15, 2024
1 check passed
@benblank benblank deleted the keep-downloads-warning branch August 15, 2024 14:41
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.

bug: getting "You have configured asdf to preserve downloaded files" when I don't
6 participants