Closed PabloRMira closed 3 years ago
reformat_too_long_line yields UnboundLocalError for too long lines without either functions or in ()
in ()
assert_and_print( reformat_too_long_line("select asdf + asdf1 + asdf2 + asdf3 + asdf4 + asdf5 + asdf6 + asdf7 + asdf8 + asdf9"), "select asdf + asdf1 + asdf2 + asdf3 + asdf4 + asdf5 + asdf6 + asdf7 + asdf8 + asdf9" )
Describe the bug
reformat_too_long_line yields UnboundLocalError for too long lines without either functions or
in ()
To Reproduce + Expected behavior
assert_and_print( reformat_too_long_line("select asdf + asdf1 + asdf2 + asdf3 + asdf4 + asdf5 + asdf6 + asdf7 + asdf8 + asdf9"), "select asdf + asdf1 + asdf2 + asdf3 + asdf4 + asdf5 + asdf6 + asdf7 + asdf8 + asdf9" )