trac-hacks / trac-subtickets-plugin

A sub-ticket support plugin for trac
4 stars 4 forks source link

Change to tracsubtickets/web_ui.py causes 'ValueError: need more than 1 value to unpack' #21

Closed csexo closed 7 years ago

csexo commented 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

Think the newline wasn't intended there (which causes yield to supply only one instead of two arguments)