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
BF: annexjson2result() could not handle file=null results #5580
Conversation
Codecov Report
@@ Coverage Diff @@
## maint #5580 +/- ##
==========================================
- Coverage 90.15% 84.77% -5.39%
==========================================
Files 296 294 -2
Lines 42067 42061 -6
==========================================
- Hits 37927 35657 -2270
- Misses 4140 6404 +2264
Continue to review full report at Codecov.
|
In this case, there should be no 'path' property at all. Established a place to have any tests for the result utility code. Far from being comprehensive... Closes dataladgh-5490
I actually included the new test now ... @kyleam thx for the feedback on the fix already! |
) | ||
|
||
|
||
@ with_tempfile |
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.
Huh, I didn't know that having a space after @
was legal syntax, but that seems to work fine.
Ah, sorry, I assumed there was a missing word in the initial description (or something) and didn't realize a test was coming. |
In this case, there should be no 'path' property at all.
Established a place to have any tests for the result utility code.
Far from being comprehensive...
Closes #5490