Skip to content

Commit

Permalink
MNT add Python version to routine metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Mar 14, 2024
1 parent a80625d commit 0d6e219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bluesky/instrument/framework/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import getpass
import os
import socket
import sys

import apstools
import databroker
Expand Down Expand Up @@ -47,6 +48,7 @@
numpy=numpy.__version__,
ophyd=ophyd.__version__,
pyRestTable=pyRestTable.__version__,
python=sys.version.split()[0],
spec2nexus=spec2nexus.__version__,
)

Expand Down

0 comments on commit 0d6e219

Please sign in to comment.