-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 bos download #9023
fix bos download #9023
Conversation
Thanks for your contribution! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9023 +/- ##
===========================================
- Coverage 54.24% 53.84% -0.41%
===========================================
Files 650 652 +2
Lines 104307 104531 +224
===========================================
- Hits 56583 56282 -301
- Misses 47724 48249 +525 ☔ View full report in Codecov by Sentry. |
Path(cache_path).parent.mkdir(parents=True, exist_ok=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix bos download * add test * update
PR types
Bug fixes
PR changes
Description
修复不支持subfolder download的bug, 如下: