Closed GoogleCodeExporter closed 8 years ago
Thanks! Committed you suggested change to svn HEAD.
Original comment by whitaker.jeffrey@gmail.com
on 17 Sep 2013 at 5:31
perhaps my simple fix should be:
if len(sys.argv) >= 2 and 'build' in sys.argv[1:] \
and os.path.exists('netCDF4.c'):
os.remove('netCDF4.c')
e.g. have multiple args and 'build' isn't the first (e.g. a --flag)
Original comment by adrian.m...@gmail.com
on 19 Sep 2013 at 2:57
Original comment by whitaker.jeffrey@gmail.com
on 26 Feb 2014 at 2:04
Original issue reported on code.google.com by
adrian.m...@gmail.com
on 17 Sep 2013 at 6:01