Minor bugfix in taskdata, the dump function was passing a list to bb.msg.debug where...
authorChris Larson <clarson@kergoth.com>
Thu, 28 Sep 2006 18:36:47 +0000 (18:36 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 28 Sep 2006 18:36:47 +0000 (18:36 +0000)
commitdc5c6e0d051a5ee450f9b805fc6dcbeab4f41adb
treea60037deea730375201f8cd5c84747a1c88295f0
parentb21d40d78d168791a568f28d268a5096e65ae936
Minor bugfix in taskdata, the dump function was passing a list to bb.msg.debug where it expected a string.  Use ', '.join() to create a string.
lib/bb/taskdata.py