Skip to content

Commit

Permalink
Also report python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Sep 18, 2024
1 parent 2d4d1bc commit e06c3c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dandi/cli/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ def main(ctx, log_level, pdb=False):
)

lgr.info(
"dandi %s, "
"python %s, dandi %s, "
+ ", ".join("%s %s" % (e, get_module_version(e)) for e in sorted(exts)),
sys.version.split()[0],
__version__,
extra={"file_only": True},
)
Expand Down

0 comments on commit e06c3c4

Please sign in to comment.