feat: modal sandbox

This commit is contained in:
Andy Li
2025-07-30 11:25:40 -07:00
committed by GitHub
parent 60a0a5264d
commit 277c26a58e
26 changed files with 529 additions and 197 deletions

View File

@@ -1190,7 +1190,7 @@ async def get_latest_alembic_revision() -> str:
return "unknown"
except Exception as e:
logger.error(f"Error getting latest alembic revision: {e}")
logger.error("Error getting latest alembic revision: %s", e)
return "unknown"