Skip to content

Commit

Permalink
Add linting mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
flyck committed Feb 8, 2021
1 parent b705ac6 commit 3034c35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cost-reporter/src/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def lambda_handler(event, _):
stacked_bar.draw_bars(graph_data, dates, f"{os.environ['TITLE']} (last {days} days)")
logging.info("Graph generated")



# Send the report if necessary
if trigger_notification(graph_data):
logging.info("Sending message")
Expand Down

0 comments on commit 3034c35

Please sign in to comment.