Skip to content

Conversation

@mscolnick
Copy link
Contributor

The isNamedPersistentFile check was too broad, preventing saves to paths like /tmp_mnt/... which are valid mount points, not temporary directories.

Changed the check from /tmp to /tmp/ to only match actual Linux temp directory paths.

Closes #7638

The `isNamedPersistentFile` check was too broad, preventing saves to paths like `/tmp_mnt/...` which are valid mount points, not temporary directories.

Changed the check from `/tmp` to `/tmp/` to only match actual Linux temp directory paths.

Closes #7638
@vercel
Copy link

vercel bot commented Dec 30, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
marimo-docs Ready Ready Preview, Comment Dec 30, 2025 7:31pm

@mscolnick mscolnick merged commit 58bc509 into main Dec 30, 2025
26 checks passed
@mscolnick mscolnick deleted the ms/7638 branch December 30, 2025 19:48
@dmadisetti dmadisetti added the bug Something isn't working label Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Saving not working correctly on non-temporary paths starting with /tmp

4 participants