Closed yaseminbridges closed 9 months ago
Change pass to return statement in function. Before, if the result was empty it would continue to try and generate a result - the return will exit out of the function to avoid this happening
pass
return
Change
pass
toreturn
statement in function. Before, if the result was empty it would continue to try and generate a result - thereturn
will exit out of the function to avoid this happening