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

Added mode="x" new to open #151

Merged

Conversation

TimothyCera-NOAA
Copy link
Contributor

Added "x" to available open modes and set that to the new default where "x" is new file that will not overwrite, "w" is a new file that will overwrite and "a" is for appending. This mimics the allowable modes for builtins.open used in grib2io.open.

Added "x" to available open modes and set that to the new default
where "x" is new file that will not overwrite, "w" is a new file
that will overwrite and "a" is for appending.  This mimics the
allowable modes for builtins.open used in grib2io.open.
@EricEngle-NOAA EricEngle-NOAA merged commit 68e2103 into NOAA-MDL:master Jun 6, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants