Skip to content

Commit

Permalink
wand_server: Fixup OSA selection
Browse files Browse the repository at this point in the history
The wrong key was used since the merge of the
wlm_osa branch.
  • Loading branch information
dnadlinger committed Jan 1, 2021
1 parent a2ed340 commit 492e0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wand/frontend/wand_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ async def measurement_task(self):
for ccd, exp in enumerate(exposure):
self.wlm.set_exposure(exposure[ccd], ccd)

if laser_conf.get("osas", "wlm") == "wlm":
if laser_conf.get("osa", "wlm") == "wlm":
freq_osa_measurement = self.loop.run_in_executor(
self.executor,
self.take_freq_osa_measurement,
Expand Down

0 comments on commit 492e0ba

Please sign in to comment.