Files
wren/script
Bob Nystrom 3f3955b1c3 fix: move fails list initialization before try block in run_test
The fails list was initialized after the try-except block that appends to it,
causing an UnboundLocalError when decoding fails. This commit moves the
initialization before the try block to ensure the list exists when accessed.
2015-03-14 16:49:55 +00:00
..