diff options
Diffstat (limited to 'numpy/distutils/fcompiler/environment.py')
-rw-r--r-- | numpy/distutils/fcompiler/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/fcompiler/environment.py b/numpy/distutils/fcompiler/environment.py index 4d02bbdbb..3a45934da 100644 --- a/numpy/distutils/fcompiler/environment.py +++ b/numpy/distutils/fcompiler/environment.py @@ -73,7 +73,7 @@ class EnvironmentConfig(object): var = envvar_contents if confvar is not None and self._conf: if confvar in self._conf: - source, confvar_contents = self._conf[convvar] + source, confvar_contents = self._conf[confvar] var = convert(confvar_contents) return var |