Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow listing timeboards with empty descriptions #385

Merged
merged 1 commit into from
Jun 4, 2019
Merged

Allow listing timeboards with empty descriptions #385

merged 1 commit into from
Jun 4, 2019

Commits on Jun 3, 2019

  1. Allow listing timeboards with empty descriptions

    The `_escape()` method assumed it always would be receiving a string, but if
    there is no description set on a timeboard it would instead be set to `None`.
    
    This handles those cases by instead making the function return an empty string
    in case the input is False-y - ie. `None`.
    Tenzer committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    75985bd View commit details
    Browse the repository at this point in the history