commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/01: uhd: uhd_rx_cfile: fixed nsamples pr


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: uhd: uhd_rx_cfile: fixed nsamples print statement in verbose mode
Date: Sun, 14 Feb 2016 16:33:12 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit e2c511946b60bd724d8e71dd3d46f226f50c45c8
Author: Sean Nowlan <address@hidden>
Date:   Sat Feb 13 19:13:40 2016 -0500

    uhd: uhd_rx_cfile: fixed nsamples print statement in verbose mode
---
 gr-uhd/apps/uhd_rx_cfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-uhd/apps/uhd_rx_cfile b/gr-uhd/apps/uhd_rx_cfile
index 672e964..85a7562 100755
--- a/gr-uhd/apps/uhd_rx_cfile
+++ b/gr-uhd/apps/uhd_rx_cfile
@@ -191,7 +191,7 @@ class rx_cfile_block(gr.top_block):
             if options.nsamples is None:
                 print("[UHD_RX] Receiving samples until Ctrl-C")
             else:
-                print("[UHD_RX] Receiving {n} 
samples.".format(n2s(options.nsamples)))
+                print("[UHD_RX] Receiving {n} 
samples.".format(n=n2s(options.nsamples)))
             if options.output_shorts:
                 print("[UHD_RX] Writing 16-bit complex shorts")
             else:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]