f667f335c6
## Summary - Fixes the Python SDK `write_files` docstring (both sync and async) which incorrectly stated that writing to a non-existing directory would produce an error - The backend actually auto-creates parent directories, consistent with the `write()` docstring and existing tests (`test_write_to_non_existing_directory`) ## Test plan - [x] Verified behavior with a test script — both `write()` and `write_files()` auto-create nested directories - [x] Existing tests pass (`test_write_to_non_existing_directory`, `writeFiles creates parent directories`)
120 B
120 B
@e2b/python-sdk
| @e2b/python-sdk |
|---|
| patch |
fix write_files docstring to correctly state that parent directories are auto-created