fixed syntax error

This commit is contained in:
nabinhait 2011-07-08 12:51:44 +05:30
parent f746d0cebd
commit 87d4b9cebd

View file

@ -358,7 +358,7 @@ class DbManager:
mysql = mysql_path and os.path.join(mysql_path, 'mysql') or 'mysql'
try:
ret = os.system("%s -u root -p%s %s < %s"%(mysql, root_password.replace(" ", "\ ")), target, source))
ret = os.system("%s -u root -p%s %s < %s"%(mysql, root_password.replace(" ", "\ ")), target, source)
except Exception,e:
raise e