Skip to content

Commit

Permalink
printBgProcs json result logic change
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsso committed Feb 5, 2020
1 parent 8835691 commit b7c5f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guider/guider.py
Original file line number Diff line number Diff line change
Expand Up @@ -21625,6 +21625,7 @@ def getBgProcString():
@staticmethod
def printBgProcs(cache=False):
if SysMgr.jsonOutputEnable:
result = (SysMgr.getBgProcList(isJson=True))
json_result = UtilMgr.convertDict2Str(result)
SysMgr.printPipe(json_result)
return
Expand Down

0 comments on commit b7c5f57

Please sign in to comment.