Skip to content

Commit

Permalink
Merge pull request barosl#132 from kennytm/master
Browse files Browse the repository at this point in the history
Stop mentioning user "9001" when priority limit is reached.
  • Loading branch information
Manishearth authored Aug 27, 2017
2 parents d4c34de + 6788bdb commit 4424aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def parse_commands(body, username, repo_cfg, state, my_username, db, states,
if pvalue > global_cfg['max_priority']:
if realtime:
state.add_comment(
':stop_sign: Priority higher than @{} is ignored.'
':stop_sign: Priority higher than {} is ignored.'
.format(global_cfg['max_priority'])
)
continue
Expand Down

0 comments on commit 4424aed

Please sign in to comment.