Commit 9e6bfcc
Fix updaterun API syntax in tutorial and examples
Fixes incorrect positional argument usage and string type for status parameter.
The updaterun function requires keyword arguments and RunStatus enum values.
Before: updaterun(mlf, exprun, "FINISHED")
After: updaterun(mlf, exprun; status=RunStatus.FINISHED)
Fixes #64
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b5bad10 commit 9e6bfcc
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
0 commit comments