-
Notifications
You must be signed in to change notification settings - Fork 21
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
Take commit message as script argument #471
Conversation
@nkorinek can you please review this? |
@nkorinek looking forward to potentially merging this and the other open pr today unless you found bugs? |
To tack onto what I mentioned...if a template already exists and you run the argument with |
oh that's interesting. Isn't it supposed to provide the default message "initial commit" when it's a new template? maybe that somehow broke with this updatE? |
That's what I was thinking, I think the default somehow broke in this pr |
When I run the code that throws the error message on the main branch I don't get the error |
Thanks @nkorinek - let me take a look and see what I broke. |
ok, added the default values in argparse so we should never get an empty message now! Current behaviour:
You get the standard argparse errror when you say you are going to provide a commit message but don't provide one. |
@kcranston passed the test! Seems to work properly now |
fixed a merge conflict! it's rebuilding. we can merge if it passes. |
Merging!! |
Addresses #466 and #311
Specifically:
closes #471