更新代码
This commit is contained in:
parent
a664a3584f
commit
fb89f0241b
|
|
@ -4,7 +4,7 @@ import time
|
|||
from Common import *
|
||||
|
||||
|
||||
class UpdateSql():
|
||||
class UpdateSql:
|
||||
def __init__(self, install_path):
|
||||
self.root_path = install_path
|
||||
self.mariadb_data_path = os.path.join(install_path, 'mariadb', 'data')
|
||||
|
|
@ -36,7 +36,6 @@ class UpdateSql():
|
|||
res2 = stream.read()
|
||||
logger.info(res2)
|
||||
os.remove(self.init_sql)
|
||||
os.remove(self.mariadb_data_path)
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Reference in New Issue