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
cc jupyterlite/jupyterlite#1472
The text was updated successfully, but these errors were encountered:
This should be fixed by jupyterlite/jupyterlite#1530
Sorry, something went wrong.
This is still not fixed
It seems that file writes with no content still only clear the content but don't change the size.
A fix for ecmwfapi in particular would be to replace this code here
https://github.com/ecmwf/ecmwf-api-client/blob/3f4baf3e211661c056b6b31598f775d9bf96a2d2/ecmwfapi/api.py#L540-L544
with
Path(target).unlink(missing_ok=True)
No branches or pull requests
cc jupyterlite/jupyterlite#1472
The text was updated successfully, but these errors were encountered: