diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-05 16:08:08 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-05 16:08:08 -0500 |
commit | e2452caaf2e7f5fb640cda92b87f49f8f4d18c86 (patch) | |
tree | 417ce934b251ad7a9a86b1725b865ce82f4641ec /gr-utils/python/modtool/modtool_newmod.py | |
parent | b279da79d17ab8cd1bb011c5e6c0305c2a506462 (diff) | |
parent | bf343e58bc5b4ef026bb4c8722312a6f123becf2 (diff) |
Merge branch 'master' into next
Conflicts:
gnuradio-core/src/lib/general/gr_prefs.cc
Diffstat (limited to 'gr-utils/python/modtool/modtool_newmod.py')
-rw-r--r-- | gr-utils/python/modtool/modtool_newmod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/modtool_newmod.py b/gr-utils/python/modtool/modtool_newmod.py index 102d83d8df..0613d5fbe1 100644 --- a/gr-utils/python/modtool/modtool_newmod.py +++ b/gr-utils/python/modtool/modtool_newmod.py @@ -66,7 +66,7 @@ class ModToolNewModule(ModTool): print 'The given directory exists.' exit(2) if options.srcdir is None: - options.srcdir = '/usr/local/share/gnuradio/modtool/gr-newmod', + options.srcdir = '/usr/local/share/gnuradio/modtool/gr-newmod' self._srcdir = gr.prefs().get_string('modtool', 'newmod_path', options.srcdir) if not os.path.isdir(self._srcdir): print 'Error: Could not find gr-newmod source dir.' |