Skip to content

fix AsyncSandboxFilesystem.upload_file missing await#41

Closed
merlleu wants to merge 1 commit into
koyeb:mainfrom
merlleu:patch-1
Closed

fix AsyncSandboxFilesystem.upload_file missing await#41
merlleu wants to merge 1 commit into
koyeb:mainfrom
merlleu:patch-1

Conversation

@merlleu

@merlleu merlleu commented May 19, 2026

Copy link
Copy Markdown

AsyncSandboxFilesystem.upload_file did not await the write_file call (because it was just wrapped as async).
This PR fixes the issue and copies the synchronous method.

AsyncSandboxFilesystem.upload_file did not await the write_file call (because it's just wrapped as async).
@bchatelard

Copy link
Copy Markdown
Member

Thanks!

Fixed in #42

@bchatelard bchatelard closed this May 19, 2026
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.

3 participants