Duc Truong d9430360be Flush confirmation messages
Confirmation messages for cluster, profile, policy, receiver and node
deletions are printed using sys.stdout.write.  However sys.stdout.write
output is line-buffered [1].  Since the confirmation message does not
contain a newline, the message may not appear in the user's terminal.

[1] https://docs.python.org/3/library/sys.html#sys.stdout

Change-Id: I829811df362bcfd7d074523958d2aa5232da6f09
Closes-Bug: 1861042
2020-01-27 23:15:31 +00:00
..
2015-01-15 15:59:58 +08:00
2019-12-18 17:24:43 +07:00
2019-11-15 17:19:54 +00:00
2020-01-27 23:15:31 +00:00
2020-01-27 23:15:31 +00:00
2020-01-27 23:15:31 +00:00
2020-01-27 23:15:31 +00:00
2020-01-27 23:15:31 +00:00
2017-07-20 02:31:12 +08:00