summaryrefslogtreecommitdiff
path: root/gr-utils/modtool/cli/add.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/modtool/cli/add.py')
-rw-r--r--gr-utils/modtool/cli/add.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/modtool/cli/add.py b/gr-utils/modtool/cli/add.py
index 8559a9b9c4..a3bc0c3fb6 100644
--- a/gr-utils/modtool/cli/add.py
+++ b/gr-utils/modtool/cli/add.py
@@ -115,7 +115,7 @@ def get_copyrightholder(self):
with SequenceCompleter(copyright_candidates):
self.info['copyrightholder'] = cli_input("Please specify the copyright holder: ")
if not self.info['copyrightholder'] or self.info['copyrightholder'].isspace():
- self.info['copyrightholder'] = f"gr-{self.info["modname"]} author"
+ self.info['copyrightholder'] = f'gr-{self.info["modname"]} author'
elif self.info['is_component']:
click.secho("For GNU Radio components the FSF is added as copyright holder",
fg='cyan')