Spaces:
Runtime error
Runtime error
fix: fallback bucket
#1
by Sarolanda - opened
Replaces the os.access(W_OK) check with a real write test. The org bucket reports writable but fails at runtime with Errno 5 (access revoked after the hackathon), which broke the app. It now falls back automatically to ./data or /tmp when /data isn't writable.