Commit c31eb47
fix: case-insensitive project matching in add command
#project tags like #dsta now correctly match projects named 'DSTA'.
difflib.get_close_matches was comparing case-sensitively, causing
'dsta' to have 0.0 similarity against 'DSTA' and not be assigned.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5ba2f96 commit c31eb47
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
238 | 239 | | |
239 | | - | |
| 240 | + | |
240 | 241 | | |
241 | 242 | | |
242 | | - | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
0 commit comments