Skip to content

Commit

Permalink
Update alarm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardusrendy committed Aug 8, 2024
1 parent 19b33c6 commit 3c148ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alab_management/alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ def print_configuration(self):
print("Email Receivers: ", self.email_receivers)
print("Email Sender: ", self.email_sender)
print("Slack Channel ID: ", self.slack_channel_id)
print("Sim Mode Flag: ", str(self.sim_mode_flag) + ". Will not send alerts in sim mode." if self.sim_mode_flag else "")
print("Sim Mode Flag: ", str(self.sim_mode_flag) + ". Will not send alerts in sim mode." if self.sim_mode_flag else "False")

0 comments on commit 3c148ec

Please sign in to comment.