Skip to content

Commit

Permalink
update autoscaling scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
diodonfrost authored Jul 10, 2019
1 parent ea7b506 commit 48360fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/autoscaling_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def autoscaling_list_instances(autoscaling_group_list):
"""

if not autoscaling_group_list:
return None
return []

# Define the connection
autoscaling = boto3.client('autoscaling')
Expand Down

0 comments on commit 48360fb

Please sign in to comment.