Fixed some formatting to make untittests pass again.
This commit is contained in:
parent
b2505fe14c
commit
19867ddfcd
2 changed files with 2 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ class CmdSetHandler(object):
|
|||
permstring = "non-perm"
|
||||
if self.current.permanent:
|
||||
permstring = "perm"
|
||||
tmpstring = _(" <{key} ({mergetype} prio {prio}, {permstring}>: {keylist}")
|
||||
tmpstring = _(" <{key} ({mergetype}, prio {prio}, {permstring})>:\n {keylist}")
|
||||
string += tmpstring.format(key=self.current.key, mergetype=mergetype,
|
||||
prio=self.current.priority,
|
||||
permstring=permstring,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue