diff --git a/index.js b/index.js index 84f18ee..22c64fb 100644 --- a/index.js +++ b/index.js @@ -119,6 +119,7 @@ function stringifyPythonConf(obj, cb) { if ('number' !== typeof num) { obj.__lines.push(pykey + ' = ' + pyval); + obj.__keys[key] = obj.__lines.length - 1; return; }