Skip to content

Commit

Permalink
Fix problem with {} vs {{}} in newplugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Jun 10, 2017
1 parent a10e22a commit 17bc8f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions programs/util/newplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

templates = {
"plugin.json" :
"""{
"plugin_name": "{{plugin_name}}",
"plugin_project": "{{plugin_provider}}_{{plugin_name}}"
}
"""{{
"plugin_name": "{plugin_name}",
"plugin_project": "{plugin_provider}_{plugin_name}"
}}
""",

"CMakeLists.txt" :
Expand Down

0 comments on commit 17bc8f9

Please sign in to comment.