/offlineimap/head: changeset 575
Fixed missing _display in Noninteractive.
This commit is contained in:
@ -23,7 +23,7 @@ class Basic(UIBase):
|
||||
def getpass(s, accountname, config, errmsg = None):
|
||||
raise NotImplementedError, "Prompting for a password is not supported in noninteractive mode."
|
||||
|
||||
def _msg(s, msg):
|
||||
def _display(s, msg):
|
||||
print msg
|
||||
sys.stdout.flush()
|
||||
|
||||
|
Reference in New Issue
Block a user