julython/julython.org

Bitbucket Repos need a description

rmyers opened this issue · 0 comments

The web hook improperly sets the description to None when the user does not have a website set.

  • Change to:
description = repo.get('website') or ''
  • add tests