diff options
author | Jiří Pinkava <j-pi@seznam.cz> | 2016-06-28 18:28:37 +0200 |
---|---|---|
committer | Jiří Pinkava <j-pi@seznam.cz> | 2016-06-28 18:28:37 +0200 |
commit | ad3a7b184553afa88d6bfe52dfadcf8c577319e5 (patch) | |
tree | 47325461db830a6a7d31cf9a6a69b061ab41d462 /gr-utils/python/modtool/modtool_add.py | |
parent | 6f5330a700a94d99ea43b33a516285073a3e384d (diff) |
modtool: fix license formating
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""" |