Skip to content

Commit

Permalink
Update ping_report.py to fix a typo to remove a redundant ')' (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaqin1 authored Sep 1, 2023
1 parent f5a649d commit cbf512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-agent/deployd/types/ping_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, jsonValue=None):

def __str__(self):
return "PingReport(deployId={}, envId={}, deployStage={}, status={}, " \
"errorCode={}), errorMessage={}, failCount={}, extraInfo={}, " \
"errorCode={}, errorMessage={}, failCount={}, extraInfo={}, " \
"deployAlias={})".format(self.deployId, self.envId, self.deployStage,
self.status, self.errorCode, self.errorMessage,
self.failCount, self.extraInfo, self.deployAlias,)

0 comments on commit cbf512a

Please sign in to comment.