No return statement means the method returns None which breaks a list comprehension down the line that expects a str instance.
8.6 KiB
8.6 KiB
No return statement means the method returns None which breaks a list comprehension down the line that expects a str instance.