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

[watchmedo] Fix broken parsing of commands from auto-restart, and she… #888

Merged
merged 1 commit into from May 13, 2022

Conversation

BoboTiG
Copy link
Collaborator

@BoboTiG BoboTiG commented May 13, 2022

…ll-command

Fixes #855.

@@ -68,7 +68,7 @@ def _split_lines(self, text, width):

cli = ArgumentParser(epilog=epilog, formatter_class=HelpFormatter)
cli.add_argument('--version', action='version', version=VERSION_STRING)
subparsers = cli.add_subparsers(dest='command')
subparsers = cli.add_subparsers(dest='top_command')
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

FTR I hesitated with action. Both are correct I guess.

@BoboTiG BoboTiG merged commit 3a6eace into gorakhargosh:master May 13, 2022
@BoboTiG BoboTiG deleted the fix-855 branch May 13, 2022 13:34
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.

auto restart in watchdog==2.1.6
1 participant