Skip to content

Commit

Permalink
microfix: string format
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Plesovskih committed Dec 2, 2013
1 parent c94c933 commit 10fd910
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions master/buildbot/changes/gerritchangesource.py
Expand Up @@ -153,8 +153,7 @@ def addChangeFromEvent(self, properties, event):
'repository': "ssh://%s@%s:%s/%s" % (
self.username, self.gerritserver,
self.gerritport, event_change["project"]),
'branch': "%" % (
event_change["branch"]),
'branch': event_change["branch"],
'revision': event["patchSet"]["revision"],
'revlink': event_change["url"],
'comments': event_change["subject"],
Expand Down

0 comments on commit 10fd910

Please sign in to comment.