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 #importer_unzip_path logic #1014

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

Conversation

kirkkwang
Copy link
Contributor

We discovered a bug with the previous updates to
the #importer_unzip_path method where when the method is being called to create a path, it returns nil because the path does not exist and the whole reason why we are calling the method is to create the path.

We add a mkdir argument to differentiate between when we're looking up the path vs wanting to create it.

We discovered a bug with the previous updates to
the `#importer_unzip_path` method where when the method is being called
to create a path, it returns `nil` because the path does not exist and
the whole reason why we are calling the method is to create the path.

We add a `mkdir` argument to differentiate between when we're looking up
the path vs wanting to create it.
@kirkkwang kirkkwang added the patch-ver for release notes label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-ver for release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant