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

Check if date exists before attempting to parse it #84

Open
Plsr opened this issue Mar 20, 2017 · 0 comments
Open

Check if date exists before attempting to parse it #84

Plsr opened this issue Mar 20, 2017 · 0 comments
Labels

Comments

@Plsr
Copy link
Collaborator

Plsr commented Mar 20, 2017

If one of the Webmonday Events does not have a date field, the pares_date function will throw an error:

TypeError at /
no implicit conversion of nil into String

screen shot 2017-03-20 at 15 36 27

Now, this issue at hand has its origin in the merging of the webmondays.yml files, where one of the webmondays did not have a date field (see 49c32b2). However, we should make sure this won't happen again in the future by checking if the date field exists, shouldn't we?

@Plsr Plsr added the bug label Mar 20, 2017
Plsr added a commit that referenced this issue Mar 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant