Skip to content

Commit

Permalink
Update deploy-board/deploy_board/webapp/agent_report.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Ouyang <[email protected]>
  • Loading branch information
gzpcho and tylerwowen authored Feb 9, 2024
1 parent 3ef7107 commit 4fcd073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-board/deploy_board/webapp/agent_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def addToEnvReport(request, deployStats, agent, env):
if agent_ec2_tags and agent_ec2_tags.get("service_mapping") == "shame":
isShamed = True

return AgentStatistics(agent=agent, isCurrent=isCurrent, isStale=isStale, isShamed=isShamed)
return AgentStatistics(agent, isCurrent, isStale, isShamed)


def _compare_agent_status(agentStats1, agentStats2):
Expand Down

0 comments on commit 4fcd073

Please sign in to comment.