Skip to content
New issue

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

IMOS filename check depends on command line arguments #649

Open
mhidas opened this issue Feb 8, 2017 · 0 comments
Open

IMOS filename check depends on command line arguments #649

mhidas opened this issue Feb 8, 2017 · 0 comments
Assignees

Comments

@mhidas
Copy link
Contributor

mhidas commented Feb 8, 2017

Currently the filename checker can only access the name of the netCDF file being checked by reading the command-line arguments directly. This is worked initially, but will need to be constantly updated to match the argument handling in the main code, which has indeed changed quite a lot since the filename checker was written.

The best approach would be to either find another way to access the filename (without modifying the core code), or to create a completely stand-alone module for the filename checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant