Changes between Version 2 and Version 3 of Ticket #34445, comment 1
- Timestamp:
- Mar 29, 2023, 4:49:19 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34445, comment 1
v2 v3 8 8 > str(lazy_val) 9 9 *** TypeError: __str__ returned non-string (type list) 10 > type(lazy_val.__str__()) 11 <class 'list'> 10 12 }}} 11 13