diff options
-rw-r--r-- | pykolab/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pykolab/utils.py b/pykolab/utils.py index a35c352..bd94a02 100644 --- a/pykolab/utils.py +++ b/pykolab/utils.py @@ -88,6 +88,7 @@ def ask_confirmation(question, default="y", all_inclusive_no=True): else: answer = False print >> sys.stderr, _("Please answer 'yes' or 'no'.") + sys.stderr.flush() def normalize(_object): if type(_object) == list: |