commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/04: modtool: fix license formating


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/04: modtool: fix license formating
Date: Tue, 28 Jun 2016 18:53:44 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit ad3a7b184553afa88d6bfe52dfadcf8c577319e5
Author: Jiří Pinkava <address@hidden>
Date:   Tue Jun 28 18:28:37 2016 +0200

    modtool: fix license formating
---
 gr-utils/python/modtool/modtool_add.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-utils/python/modtool/modtool_add.py 
b/gr-utils/python/modtool/modtool_add.py
index d560c08..416c094 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"""



reply via email to

[Prev in Thread] Current Thread [Next in Thread]