diff options
Diffstat (limited to 'src/modules.js')
-rw-r--r-- | src/modules.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.js b/src/modules.js index e7779b94..435fb894 100644 --- a/src/modules.js +++ b/src/modules.js @@ -247,7 +247,7 @@ var Functions = { } if (phase != 'post' && singlePhase) { if (!doNotCreate) this.indexedFunctions[ident] = 0; // tell python we need this indexized - return '"{{ FI_' + ident + ' }}"'; // something python will replace later + return "'{{ FI_" + ident + " }}'"; // something python will replace later } else { var ret = this.indexedFunctions[ident]; if (!ret) { |