Index: app/store/env/python.js |
=== modified file 'app/store/env/python.js' |
--- app/store/env/python.js 2013-09-03 09:43:55 +0000 |
+++ app/store/env/python.js 2013-09-27 13:50:53 +0000 |
@@ -410,7 +410,7 @@ |
(!Y.Lang.isValue(config) && !Y.Lang.isValue(data))) { |
throw 'Exactly one of config and data must be provided'; |
} |
- config = utils.removeUnchangedConfigOptions(config, serviceConfig); |
+ config = utils.getChangedConfigOptions(config, serviceConfig); |
this._send_rpc({ |
op: 'set_config', |