Skip to content

Commit

Permalink
Fixup! CBP Cal fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Nov 15, 2024
1 parent 0098616 commit 71dbdc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ async def take_electrometer_scan(
"Time out waiting for electrometer data. Making sure electrometer "
"is in enabled state and continuing."
)
await salobj.set_summary_state(self.electrometer, salobj.State.ENABLED)
await salobj.set_summary_state(electrometer, salobj.State.ENABLED)
return electrometer_exposures

async def take_calibration_sequence(self):
Expand Down

0 comments on commit 71dbdc2

Please sign in to comment.