Merge "Omaha #4573 Fix getNotify.py to work better with output redirection" into omaha_16.1.1

Former-commit-id: 3b7df95aae9254f1a7b65e478d2793b62ef9a8fd
This commit is contained in:
Nate Jensen 2015-06-25 13:27:59 -05:00 committed by Gerrit Code Review
commit 864eb708de

View file

@ -186,6 +186,7 @@ def printLoop(options):
print msg
else:
messageQueueMap[letter] = []
sys.stdout.flush()
except KeyboardInterrupt:
pass