-
Notifications
You must be signed in to change notification settings - Fork 110
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
UX: Log clone-candidate number and URLs #6092
Conversation
oh wrong base branch... |
Previously, it was not obvious from which URL a subdataset clone was attempted, leading to confusion in datalad#6080. This change adds a one-time log message at the debug level to report the number of assembled clone candidates and their URLs.
Codecov Report
@@ Coverage Diff @@
## maint #6092 +/- ##
===========================================
- Coverage 90.11% 35.52% -54.60%
===========================================
Files 312 312
Lines 42217 42476 +259
===========================================
- Hits 38045 15088 -22957
- Misses 4172 27388 +23216
Continue to review full report at Codecov.
|
I think the test failures are unrelated
|
Seems to be safe and shouldn't hurt. Thank you @adswa . Let's proceed |
Previously, it was not obvious from which URL a subdataset clone
was attempted, leading to confusion in #6080.
This change adds a one-time log message at the debug level to
report the number of assembled clone candidates and their URLs.
fixes #6080.
PS: can I use % string interpolation with a list like I have done here?