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

Fixes #8293: rudder-dev doesn't handle PR creation errors #143

Conversation

jooooooon
Copy link
Member

@@ -1418,10 +1426,10 @@ def commit(trigraph=None, message=None):

# create PR
pr_url = create_pr(master_branch, info, message)
print("PR URL: " + pr_url)
print("PR URL: " + str(pr_url))
Copy link
Member Author

Choose a reason for hiding this comment

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

This is necessary to avoid a type error is pr_url = None

@jooooooon
Copy link
Member Author

Commit modified

@jooooooon jooooooon force-pushed the bug_8293/rudder_dev_doesn_t_handle_pr_creation_errors branch from a901cae to 0a4a8b3 Compare May 16, 2016 15:12
@peckpeck
Copy link
Member

Good, merging

@peckpeck peckpeck merged commit 3728eb2 into Normation:master May 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants