Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
fixes #286 refactor the message
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 27, 2019
1 parent 479da56 commit b52659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile_bluesky/startup/32-usaxs_flyscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def finish_HDF5_file():
# add an event with our MCA data in the "mca" stream
yield from addDeviceDataAsStream([struck.mca1, struck.mca2, struck.mca3], "mca")

logger.debug("after return", time.time() - self.t0)
logger.debug(f"after return: {time.time() - self.t0}s")
yield from user_data.set_state_plan("fly scan finished")
yield from bps.close_run()

Expand Down

0 comments on commit b52659b

Please sign in to comment.