Commit c07fa8f
Martin Belanger
python: fix typo from previous commit
Use:
PyDict_SetItemStringDecRef(entry, "tsas", tsas);
Instead of:
PyDict_SetItemStringDecRef(entry, "tsas", val);
Signed-off-by: Martin Belanger <[email protected]>1 parent eff0ffe commit c07fa8f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| |||
0 commit comments