We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b53421 commit fe80f74Copy full SHA for fe80f74
1 file changed
src/modules.js
@@ -238,7 +238,7 @@ var Functions = {
238
239
// Mark a function as needing indexing. Python will coordinate them all
240
getIndex: function(ident) {
241
- if (phase != 'post') {
+ if (phase != 'post' && singlePhase) {
242
this.indexedFunctions[ident] = 0; // tell python we need this indexized
243
return '{{{ FI_' + ident + ' }}}'; // something python will replace later
244
} else {
0 commit comments