Skip to content

Commit

Permalink
Fixup! CBP Cal modify debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Nov 15, 2024
1 parent 71dbdc2 commit c52ad93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ async def laser_start_propagate(self) -> None:
laser_state = await self.tunablelaser.evt_detailedState.next(
flush=True, timeout=self.long_timeout
)
self.log.debug(f"HERE: {laser_state.DetailedState}")
self.log.debug(f"laser state is: {laser_state}")

if laser_state.DetailedState not in {
LaserDetailedState.PROPAGATING_CONTINUOUS_MODE,
Expand Down Expand Up @@ -701,7 +701,7 @@ async def take_calibration_sequence(self):
wavelengths=calibration_wavelengths,
)

self.log.debug(f"exposure table is {exposure_table}")
self.log.debug(f"{exposure_table}")

for i, exposure in exposure_table.iterrows():
self.log.debug(f"exposure is {exposure}")
Expand Down

0 comments on commit c52ad93

Please sign in to comment.