Commit 8b05dc3
committed
Fix YAML boolean parsing: quote ticker "ON" (ON Semiconductor)
YAML treats bare `ON` as boolean True, causing TypeError in re.match()
when yfinance tries to use it as a symbol string.
https://claude.ai/code/session_01LbgD64GPmP5tS7j4uavkCa1 parent 02af591 commit 8b05dc3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments