Commit 0213f43
committed
fix(coda): preserve explicit false for disable_parsing
Use 'is not None' check so callers can pass disable_parsing=false
explicitly. The previous truthiness check silently dropped false,
making the parameter unsettable from a non-default value.1 parent c2b122f commit 0213f43
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
| 589 | + | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
0 commit comments