Commit 08c565c
Fixed: ChannelImporter skips channel set dirs without JSON manifest
When a channel package directory exists but contains only __pycache__
artifacts (e.g. stale bytecode, unfinished channel), the importer
would crash with FileNotFoundError trying to load the missing JSON.
Add an isfile() guard to silently skip incomplete channel set dirs.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>1 parent 743dba1 commit 08c565c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
| |||
0 commit comments