Make @py output appear for all sessions in MULTISESSION_MODE=1
Resolves #1356.
This commit is contained in:
parent
4d6464cf89
commit
9f7fb2734c
3 changed files with 14 additions and 12 deletions
|
|
@ -192,7 +192,7 @@ class EvMore(object):
|
|||
|
||||
if self._npages <= 1 and not always_page:
|
||||
# no need for paging; just pass-through.
|
||||
caller.msg(text=text, **kwargs)
|
||||
caller.msg(text=text, session=self._session, **kwargs)
|
||||
else:
|
||||
# go into paging mode
|
||||
# first pass on the msg kwargs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue