Skip to content

Commit 12f8e43

Browse files
committed
Remove comma in getwait command.
1 parent c78247b commit 12f8e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labscript_devices/PrawnBlaster/blacs_workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def check_status(self):
197197
):
198198
# Try to read out wait. For now, we're only reading out waits from
199199
# pseudoclock 0 since they should all be the same (requirement imposed by labscript)
200-
response = self.send_command(f'getwait {0}, {self.current_wait}')
200+
response = self.send_command(f'getwait {0} {self.current_wait}')
201201
if response != "wait not yet available\r\n":
202202
# Parse the response from the PrawnBlaster
203203
wait_remaining = int(response)

0 commit comments

Comments
 (0)