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

Commit

Permalink
#59
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 24, 2019
1 parent 9c53ba8 commit 88af78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile_bluesky/startup/43-procedures.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def mode_WAXS():
guard_slit.h_size, terms.SAXS.guard_h_size.value,
guard_slit.v_size, terms.SAXS.guard_v_size.value,
)
yield from bps.sleep(0.5) # FIXME: needed now?
yield from bps.sleep(0.5) # TODO: needed now?
# while max(v_diff, h_diff) > 0.02: # FIXME: What good is this loop?
# logger.debug("waiting for guard slits to finish their move")
# yield from bps.sleep(0.5)
Expand Down

0 comments on commit 88af78e

Please sign in to comment.