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 statements from function #174

Closed
ajtritt opened this issue Oct 17, 2019 · 0 comments · Fixed by #177
Closed

remove print statements from function #174

ajtritt opened this issue Oct 17, 2019 · 0 comments · Fixed by #177
Labels
category: bug errors in the code or code behavior

Comments

@ajtritt
Copy link
Contributor

ajtritt commented Oct 17, 2019

Remove hidden print statements nestled in hdmf.spec.write.export_spec

hdmf/src/hdmf/spec/write.py

Lines 252 to 259 in a115dc6

print('Creating file {output_dir}/{ext_path} with {new_data_types_count} data type{pluralize}'.format(
pluralize=pluralize, output_dir=output_dir, ext_path=ext_path,
new_data_types_count=len(new_data_types)))
for data_type in new_data_types:
ns_builder.add_spec(ext_path, data_type)
print('Creating file {output_dir}/{ns_path}'.format(output_dir=output_dir, ns_path=ns_path))

@ajtritt ajtritt added the category: bug errors in the code or code behavior label Oct 17, 2019
rly added a commit that referenced this issue Oct 17, 2019
@rly rly closed this as completed in #177 Oct 17, 2019
rly added a commit that referenced this issue Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: bug errors in the code or code behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant