From a40bc352587ac245f5d3fc039c54e50dcfab13a5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 19 Dec 2015 21:07:46 -0800 Subject: [PATCH] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) 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; }