flush output from stdout so that it transmits
This commit is contained in:
parent
c67179cdba
commit
498defc003
@ -102,6 +102,7 @@ class Console():
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
sys.stdout.write(output + '\r\n')
|
sys.stdout.write(output + '\r\n')
|
||||||
|
sys.stdout.flush()
|
||||||
|
|
||||||
def print_configuration(self) -> None:
|
def print_configuration(self) -> None:
|
||||||
"""Print the current running configuration.
|
"""Print the current running configuration.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user