otcshare / automotive-message-broker

Other
48 stars 48 forks source link

Fix ambctl list #61

Closed jonathanmaw closed 9 years ago

jonathanmaw commented 9 years ago

during processCommand, a tuple was returned but was treated like a single value.

petr-nechaev commented 9 years ago

Fixed in https://github.com/otcshare/automotive-message-broker/pull/49

tripzero commented 9 years ago

This was fixed on master, but not on 0.14 yet. This patch is valid and looks good to me.