Skip to content

Fixing invalid AwsCroniterExpressionDayOfMonthError error #13

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

Conversation

siddarth-patil
Copy link
Owner

This PR fixes #12

  • L- in cron expression was raising an error when it was followed by double digit. Fixed this by updating the dat_of_month_regex
  • Added ruff package to test.dependencies which is used in linting.
  • Added test case for this edge case

- `L-` in cron expression was raising an error when it was followed by double digit. Fixed this by updating the `dat_of_month_regex`
- Added `ruff` package to `test.dependencies` which is used in linting.
@siddarth-patil siddarth-patil merged commit 90c3ea8 into main Jan 20, 2025
10 checks passed
@siddarth-patil siddarth-patil deleted the 12-bug-awscroniterexpressiondayofmontherror-for-valid-l-x-expressions branch January 20, 2025 15:47
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.

[BUG] AwsCroniterExpressionDayOfMonthError for valid L-x expressions
1 participant