We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error from my Vagrant box, which doesn't have NFS mounts
FileNotFoundError at /ncharts/projects/MASCRAD/surface_two [Errno 2] No such file or directory: '/net/ftp/pub/archive/iss/mascrad/gaus/surface_two' /vagrant/ncharts/views.py in get dsetvars = dset.get_variables() ... /vagrant/ncharts/models.py in get_variables return ncdset.get_variables() ... /vagrant/ncharts/netcdf.py in get_variables end_time=self.end_time) ... /vagrant/ncharts/netcdf.py in get_files return self.fileset.scan(start_time, end_time) ... /vagrant/ncharts/fileset.py in scan return self.pdir.scan(start_time, end_time) ... /vagrant/ncharts/fileset.py in scan pstat = os.stat(self.path) ...
FileNotFoundError at /ncharts/projects/MASCRAD/surface_two
[Errno 2] No such file or directory: '/net/ftp/pub/archive/iss/mascrad/gaus/surface_two'
/vagrant/ncharts/views.py in get dsetvars = dset.get_variables() ... /vagrant/ncharts/models.py in get_variables return ncdset.get_variables() ... /vagrant/ncharts/netcdf.py in get_variables end_time=self.end_time) ... /vagrant/ncharts/netcdf.py in get_files return self.fileset.scan(start_time, end_time) ... /vagrant/ncharts/fileset.py in scan return self.pdir.scan(start_time, end_time) ... /vagrant/ncharts/fileset.py in scan pstat = os.stat(self.path) ...
The text was updated successfully, but these errors were encountered:
Merge pull request #12 from nguyenduchien1994/profile_support
b88058d
Fixed the checkbox issue
No branches or pull requests
error from my Vagrant box, which doesn't have NFS mounts
The text was updated successfully, but these errors were encountered: