Closed blueyed closed 9 years ago
The variables are local now, which makes them being handled correctly when calling autoenv_source_parent. Without this, a call to autoenv_source_parent overwrites the values in the current scope.
autoenv_source_parent
LGTM
The variables are local now, which makes them being handled correctly when calling
autoenv_source_parent
. Without this, a call toautoenv_source_parent
overwrites the values in the current scope.