Commit b910097
committed
Document that a None checkpoint can mean an unreachable server
``omni.client`` reports a checkpoint that was never published and a
server it cannot reach identically, so both leave the download raising
FileNotFoundError and both return None. The printed message says so, but
the docstring and the changelog described None as an unpublished
checkpoint only, inviting callers to read a transient outage as a
confirmed absence.1 parent ab97f79 commit b910097
2 files changed
Lines changed: 7 additions & 4 deletions
File tree
- source/isaaclab_rl
- changelog.d
- isaaclab_rl/utils
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
244 | 247 | | |
245 | 248 | | |
246 | 249 | | |
| |||
0 commit comments