Skip to content

Commit

Permalink
Fixes #13384: error when rudder-dev reassign issue when cannot merge
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Aug 31, 2018
1 parent c114a1c commit 17da170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rudder-dev/redmine.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def _update_issue(self, change, message=None, alt_message=None):
info['issue']['notes'] = message
else:
if alt_message is None:
print("Cannot update the issue, you should update it manually status here " + self.api_url + "/issues/" + str(issue.id))
print("Cannot update the issue, you should update it manually status here " + self.api_url + "/issues/" + str(self.id))
return False
info = { 'issue': { 'notes': alt_message } }

Expand Down

0 comments on commit 17da170

Please sign in to comment.