Skip to content

Commit

Permalink
Add rparen
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts2013 committed Jul 14, 2023
1 parent 46132d0 commit 61bfd2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -72,7 +72,7 @@ def printLogFile(request, logFileRef):
zerothLogFileRef = logFiles[0]

if lifeCycleState == "FINISHED":
task.setStatusLine("Deployment %s %s / %s" % (str(deploymentResultId, lifeCycleState, deploymentState))
task.setStatusLine("Deployment %s %s / %s" % (str(deploymentResultId), lifeCycleState, deploymentState))
if deploymentState == "SUCCESS":
print "Deployment has completed successfully."
print zerothLogFileRef
Expand Down

0 comments on commit 61bfd2a

Please sign in to comment.