mFix - L parameter does not work in gs_om -t status

This commit is contained in:
Ricardo.Cui
2021-02-08 14:19:09 +08:00
parent b0edc27b27
commit c0b97417d0
2 changed files with 3 additions and 3 deletions

View File

@ -1962,9 +1962,7 @@ class dbClusterInfo():
with open(fileName, "a") as fp:
fp.write(content)
fp.flush()
else:
sys.stdout.write(content)
sys.stdout.write(content)
def __checkOsUser(self, user):
"""