Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ricardo Cañuelo Navarro
lava
Commits
96e44395
Commit
96e44395
authored
Jan 23, 2020
by
Antonio Terceiro
Browse files
dispatcher: ShellSession: log when prompt_str changes
parent
94801c83
Changes
1
Hide whitespace changes
Inline
Side-by-side
lava_dispatcher/shell.py
View file @
96e44395
...
...
@@ -226,7 +226,7 @@ class ShellSession(Connection):
whether that is a string or a list of strings.
To use + the instance of the existing prompt_str must be checked.
"""
# FIXME: Debug logging should show whenever this property is changed
self
.
logger
.
debug
(
"Setting prompt string to %r"
%
string
)
self
.
__prompt_str__
=
string
@
contextlib
.
contextmanager
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment