Ran black on sources
This commit is contained in:
parent
7939e3cde3
commit
8b28900600
16 changed files with 115 additions and 77 deletions
|
|
@ -331,7 +331,7 @@ class CmdSetHandler(object):
|
|||
|
||||
if mergelist:
|
||||
# current is a result of mergers
|
||||
mergelist="+".join(mergelist)
|
||||
mergelist = "+".join(mergelist)
|
||||
strings.append(f" <Merged {mergelist}>: {self.current}")
|
||||
else:
|
||||
# current is a single cmdset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue