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

Add 'secs' and 'mins' into base units #233

Merged
merged 1 commit into from
Nov 19, 2019
Merged

Add 'secs' and 'mins' into base units #233

merged 1 commit into from
Nov 19, 2019

Conversation

kyb3r
Copy link
Contributor

@kyb3r kyb3r commented Feb 13, 2019

This change is Reviewable

@bear bear merged commit 3cb047d into bear:master Nov 19, 2019
@RonnyPfannschmidt
Copy link

this seems to trigger a key error now for parse("1s")

@@ -86,8 +86,8 @@

# this will be added to re_values later
units = {
'seconds': ['second', 'seconds', 'sec', 's'],
'minutes': ['minute', 'minutes', 'min', 'm'],
'seconds': ['second', 'seconds', 'sec', 'secs' 's'],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing a comma, breaking the world

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants