diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-02-14 08:13:18 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-02-14 08:13:18 -0800 |
commit | b5418e25712930d9d5603875c4def24746d78c24 (patch) | |
tree | 95b01c58cfe82d0fb3b0efc54d02650b540c692f | |
parent | efed1fe3701c77bb71ffe2bfd659777c802109ea (diff) | |
parent | e2c511946b60bd724d8e71dd3d46f226f50c45c8 (diff) |
Merge branch 'maint'
-rwxr-xr-x | gr-uhd/apps/uhd_rx_cfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/apps/uhd_rx_cfile b/gr-uhd/apps/uhd_rx_cfile index 672e9641e4..85a7562d08 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: |