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

Remove print statement added in recent commit #409

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

yarikoptic
Copy link
Member

No description provided.

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git show 0892fa7 -- datalad_metalad/extract.py | patch -p1 -R",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@@ -798,8 +798,6 @@ def legacy_get_file_info(dataset: Dataset,

def legacy_extract_file(ea: ExtractionArguments) -> Iterable[dict]:

import sys
print(repr(ea), file=sys.stderr)
Copy link
Member Author

Choose a reason for hiding this comment

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

if to be printed -- should be logged IMHO

Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks, that was left in by mistake

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (94fb288) 83.05% compared to head (33a3db4) 83.04%.

Additional details and impacted files
@@              Coverage Diff              @@
##           maint_0.4     #409      +/-   ##
=============================================
- Coverage      83.05%   83.04%   -0.01%     
=============================================
  Files             92       92              
  Lines           5027     5025       -2     
=============================================
- Hits            4175     4173       -2     
  Misses           852      852              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@christian-monch christian-monch merged commit b9a291e into datalad:maint_0.4 Jan 23, 2024
2 of 3 checks passed
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.

3 participants