mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 10:08:50 -05:00
[PR #1218] [MERGED] fix: handle null synced_modules in sync progress response #7199
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1218
Author: @adityamulik
Created: 3/8/2026
Status: ✅ Merged
Merged: 3/15/2026
Merged by: @profvjreddi
Base:
main← Head:fix/handle-null-synced-modules📝 Commits (1)
0a048fffix: handle null synced_modules in sync progress response📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
tinytorch/tito/core/submission.py(+8 -1)📄 Description
Desc:
Handle null synced_modules in sync progress response.
Fall back to showing completed module count when API returns null.
Before:

After:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.