kuroko/test/testIteratorUnpack.krk.expect

5 lines
127 B
Plaintext
Raw Normal View History

0 1 2
0 1 2
ValueError('too many values to unpack (expected 2)')
ValueError('not enough values to unpack (expected 4, got 3)')