Skip to content

Commit

Permalink
fix variable name I forgot to replace
Browse files Browse the repository at this point in the history
  • Loading branch information
fdChasm committed May 31, 2010
1 parent cf06115 commit 966764d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyscripts/xsbs/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def setPaused(val, cn=-1):
name = 'Unknown'
else:
name = p.name()
sbserver.message(notice(pause_message.substitute(
sbserver.message(notice(config['Templates']['action_message'].substitute(
colordict,
action=action,
name=name)))
Expand Down

0 comments on commit 966764d

Please sign in to comment.