Skip to content

Commit

Permalink
Add some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Feb 13, 2023
1 parent 6f61ae8 commit 8944685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/archery/archery/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def handle(self):
# In case of error (more than one state) we clear state labels
# only possible if a label has been manually added.
self.clear_current_state()
print(f"Event name: {self.event_name}\nEvent payload: {self.event_payload}")
new_state = self.get_target_state(current_state)
if current_state != new_state.value:
if current_state:
Expand Down

0 comments on commit 8944685

Please sign in to comment.