Commit be8d76be authored by Łukasz Nowak's avatar Łukasz Nowak

- flush output before finishing


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44222 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 839986ce
...@@ -65,4 +65,6 @@ def updateMysql(args): ...@@ -65,4 +65,6 @@ def updateMysql(args):
else: else:
is_succeed = True is_succeed = True
print 'SlapOS initialisation script succesfully applied on database.' print 'SlapOS initialisation script succesfully applied on database.'
sys.stdout.flush()
sys.stderr.flush()
time.sleep(sleep) time.sleep(sleep)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment