We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 065444d + b322dd0 commit c16650bCopy full SHA for c16650b
cubids/workflows.py
@@ -895,7 +895,8 @@ def print_metadata_fields(bids_dir, container):
895
if container is None:
896
bod = CuBIDS(data_root=str(bids_dir), use_datalad=False)
897
fields = bod.get_all_metadata_fields()
898
- logger.info("\n".join(fields))
+ print("\n".join(fields)) # logger not printing
899
+ # logger.info("\n".join(fields))
900
sys.exit(0)
901
902
# Run it through a container
0 commit comments