Commit 74e62ba1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! code cleanup.

parent 57cca9ae
......@@ -74,7 +74,6 @@ def updateMysql(args):
mysql_upgrade_list.append('--socket=' + conf['socket'])
mysql_upgrade = subprocess.Popen(mysql_upgrade_list, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
result = mysql_upgrade.communicate()[0]
import pdb; pdb.set_trace()
if mysql_upgrade.returncode is None:
mysql_upgrade.kill()
if mysql_upgrade.returncode == 0:
......
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