/offlineimap/head: changeset 357
Always do a flush in Noninteractive when writing out data.
This commit is contained in:
@ -25,6 +25,7 @@ class Basic(UIBase):
|
||||
|
||||
def _msg(s, msg):
|
||||
print msg
|
||||
sys.stdout.flush()
|
||||
|
||||
def warn(s, msg, minor = 0):
|
||||
warntxt = 'WARNING'
|
||||
|
Reference in New Issue
Block a user