Skip to content
Snippets Groups Projects
  1. Jan 30, 2014
    • Sef Kloninger's avatar
      improve error reporting for reload_forum_users cmd · 5546a7fe
      Sef Kloninger authored
      If this management command fails it's tough to figure out why without
      seeing the text from the exception.  Luckily comment service does
      return useful feedback, we just have to show it.  This one-line
      change just add the exception text to the error message.
      
      Before (with spurrious debug msgs removed):
      
          sefk@util1:~$ ./manage.sh reload_forum_users Anthonyhubendurance
          update user info to discussion failed for user with id: Anthonyhubendurance
      
      After:
      
          sefk@util1:~$ ./manage.sh reload_forum_users Anthonyhubendurance
          update user info to discussion failed for user with id: Anthonyhubendurance, error=u'["Email is already taken"]'
      
      No unit testing (sorry) added since this doesn't have coverage
      already, and it's just a simple error case.
      5546a7fe
  2. Jan 29, 2014
  3. Jan 28, 2014
Loading