Commit 507e6a6
committed
fix: correct write_files docstring about directory auto-creation
The docstring incorrectly stated that writing to a non-existing directory
would produce an error. The backend auto-creates parent directories, as
confirmed by existing tests and consistent with the write() docstring.1 parent fcb95c3 commit 507e6a6
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/python-sdk/e2b
- sandbox_async/filesystem
- sandbox_sync/filesystem
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
0 commit comments