-
Notifications
You must be signed in to change notification settings - Fork 58
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
Refactor write_to function #581
Comments
Bottom line is I think we should strive for writing to be an idempotent operation. |
It also might make sense to deprecate the |
This is related to #119. |
I believe this was addressed in the block management rewrite #1537 Please feel free to reopen this issue if the asdf 3.0.1+ still has this issue. |
There are some shenanigans in there that should be addressed. Namely, the manipulation of
self._fd
is a cause for concern:https://github.com/spacetelescope/asdf/blob/32abe89ce024ec93b838bdf684a74662a83ee0f0/asdf/asdf.py#L1088-L1095
The text was updated successfully, but these errors were encountered: