Skip to content
Snippets Groups Projects
Commit 8597a1ca authored by Peje Nilsson's avatar Peje Nilsson
Browse files

Fix typo

parent 1255afb5
Branches
No related merge requests found
......@@ -267,9 +267,9 @@ def receive_continuous(u, t0, t_now, ic, log, sample_rate=1000000.0):
rx_stream.issue_stream_cmd(stream_cmd)
num_rx_samps=rx_stream.recv(recv_buffer, md, timeout=0.1)
print("Clearing buffers: ", eof='')
print("Clearing buffers: ", end='')
while(num_rx_samps != 0):
print(".", eof='')
print(".", end='')
num_rx_samps=rx_stream.recv(recv_buffer, md, timeout=0.1)
print("\nStream stopped")
exit(0)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment