Skip to content

Commit

Permalink
Update scil_bundle_compute_endpoints_map.py
Browse files Browse the repository at this point in the history
print out json instead of using logging
  • Loading branch information
arnaudbore authored Jan 9, 2025
1 parent ee2212d commit 54f4fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scil_bundle_compute_endpoints_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def main():
}
}

logging.info((json.dumps(stats, indent=args.indent)))
print(json.dumps(stats, indent=args.indent))


if __name__ == '__main__':
Expand Down

0 comments on commit 54f4fc3

Please sign in to comment.