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 minimum compatible version to --version command #8184

Merged
merged 10 commits into from
Mar 12, 2021
2 changes: 1 addition & 1 deletion rasa/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def print_version() -> None:


def main() -> None:
# Running as standalone python application
"""Running as standalone python application"""
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"""Running as standalone python application"""
"""Run as standalone python application"""

By convention we use the imperative


parse_last_positional_argument_as_model_path()
arg_parser = create_argument_parser()
Expand Down