Closed csexo closed 7 years ago
With https://github.com/trac-hacks/trac-subtickets-plugin/commit/8d99411755535f5edd96254d0a5711b48615338e a regression was added at https://github.com/trac-hacks/trac-subtickets-plugin/blame/master/tracsubtickets/web_ui.py#L215 causing server to throw an internal error ValueError: need more than 1 value to unpack
ValueError: need more than 1 value to unpack
Think the newline wasn't intended there (which causes yield to supply only one instead of two arguments)
yield
With https://github.com/trac-hacks/trac-subtickets-plugin/commit/8d99411755535f5edd96254d0a5711b48615338e a regression was added at https://github.com/trac-hacks/trac-subtickets-plugin/blame/master/tracsubtickets/web_ui.py#L215 causing server to throw an internal error
ValueError: need more than 1 value to unpack
Think the newline wasn't intended there (which causes
yield
to supply only one instead of two arguments)