Update index.js

This commit is contained in:
AJ ONeal 2015-12-19 21:07:46 -08:00
parent a6a1e7a8a3
commit a40bc35258
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}