Skip to content

Commit

Permalink
#71
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Dec 21, 2018
1 parent 3f5bba8 commit 525e06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APS_BlueSky_tools/plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def snapshot(obj_list, stream="primary", md=None):
APS_Bluesky_Tools = __version__,),
hostname = hostname,
username = username,
login_id = f"{hostname}@{username}",
login_id = f"{username}@{hostname}",
)
# caller may have given us additional metadata
_md.update(md or {})
Expand Down

0 comments on commit 525e06f

Please sign in to comment.