Advertisement
Guest User

Untitled

a guest
May 17th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.62 KB | None | 0 0
  1. GNU Radio module name identified: foo
  2. Enter name of block/code (without module name prefix): test
  3. Block/code identifier: test
  4. ('sink', 'source', 'sync', 'decimator', 'interpolator', 'general', 'tagged_stream', 'hier', 'noblock')
  5. Enter block type: tagged_stream
  6. Language (python/cpp): python
  7. Language: Python
  8. Please specify the copyright holder:
  9. Enter valid argument list, including default arguments: foo
  10. Add Python QA code? [Y/n] n
  11. Adding file 'python/test.py'...
  12. Traceback (most recent call last):
  13.   File "/home/sebbe/pybombs-gnuradio/bin/gr_modtool", line 46, in <module>
  14.     main()
  15.   File "/home/sebbe/pybombs-gnuradio/bin/gr_modtool", line 38, in main
  16.     modtool.run()
  17.   File "/home/sebbe/pybombs-gnuradio/lib/python2.7/dist-packages/gnuradio/modtool/modtool_add.py", line 186, in run
  18.     self._run_python()
  19.   File "/home/sebbe/pybombs-gnuradio/lib/python2.7/dist-packages/gnuradio/modtool/modtool_add.py", line 331, in _run_python
  20.     self._write_tpl('block_python', self._info['pydir'], fname_py)
  21.   File "/home/sebbe/pybombs-gnuradio/lib/python2.7/dist-packages/gnuradio/modtool/modtool_add.py", line 172, in _write_tpl
  22.     open(path_to_file, 'w').write(get_template(tpl, **self._info))
  23.   File "/home/sebbe/pybombs-gnuradio/lib/python2.7/dist-packages/gnuradio/modtool/code_generator.py", line 58, in get_template
  24.     return str(GRMTemplate(Templates[tpl_id], searchList=kwargs))
  25.   File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1005, in __str__
  26.     rc = getattr(self, mainMethName)()
  27.   File "cheetah_DynamicallyCompiledCheetahTemplate_1558101346_6_79178.py", line 99, in respond
  28. KeyError: 'tagged_stream'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement