We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26530b3 commit d893f5eCopy full SHA for d893f5e
_build/utils.py
@@ -68,7 +68,7 @@ def get_netcdf4_include_dir():
68
except OSError:
69
has_ncconfig = False
70
71
- # if nc-config exists, and USE_NCCONFIG not set, try to use it
+ # if nc-config exists, and use_ncconfig not set, try to use it
72
if use_ncconfig is None and has_ncconfig:
73
use_ncconfig = has_ncconfig
74
0 commit comments