diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-28 11:49:39 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-28 11:49:39 -0700 |
commit | 5ff65f3804f7e7e19c29365ff73d645f241bd95a (patch) | |
tree | e4d30f8b89d6c5a4710cdf89f789380fca08f202 /gr-utils/python/modtool/modtool_add.py | |
parent | 229dbd0aab5f2ef6819773f79eb17cdc8f27773a (diff) | |
parent | ad3a7b184553afa88d6bfe52dfadcf8c577319e5 (diff) |
Merge remote-tracking branch 'pinkavaj/fix-modtool-00' into next
Diffstat (limited to 'gr-utils/python/modtool/modtool_add.py')
-rw-r--r-- | gr-utils/python/modtool/modtool_add.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/modtool_add.py b/gr-utils/python/modtool/modtool_add.py index d560c0878c..416c0943b7 100644 --- a/gr-utils/python/modtool/modtool_add.py +++ b/gr-utils/python/modtool/modtool_add.py @@ -143,7 +143,7 @@ class ModToolAdd(ModTool): elif self._info['is_component']: return Templates['grlicense'] else: - return get_template('defaultlicense', **self._info) + return Templates['defaultlicense'].format(**self._info) def _write_tpl(self, tpl, path, fname): """ Shorthand for writing a substituted template to a file""" |