-
Notifications
You must be signed in to change notification settings - Fork 298
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
FIX: --slice-time-ref option parsing #2573
Conversation
With pytest passing, I'm comfortable asking for a review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one minor thing you can choose to ignore if you disagree
@@ -5,7 +5,7 @@ | |||
from .. import config | |||
|
|||
|
|||
def _build_parser(): | |||
def _build_parser(**kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a docstring line stating kwargs
are intended for argparse.ArgumentParser
?
Merged quickly to avoid wasting time on CI. Probably should have put a |
Changes proposed in this pull request
**kwargs
to _build_parser() to allow us to pass arguments that can be used for debugging--slice-time-ref
--slice-time-ref
Fixes #2572.
Documentation that should be reviewed