Commit 899509a
committed
Fix an unbound local variable error raised in release mode (the
This was an omission on my part, even though there had been similar patterns in code where I was careful not to introduce this exact kind of issue -- code effectively _depending_ on evaluation of `assert` statements.-O Python switch)1 parent b930beb commit 899509a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
| 415 | + | |
415 | 416 | | |
416 | 417 | | |
417 | 418 | | |
| |||
0 commit comments