Skip to content

Commit 48360fb

Browse files
authored
update autoscaling scheduler
1 parent ea7b506 commit 48360fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/autoscaling_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def autoscaling_list_instances(autoscaling_group_list):
109109
"""
110110

111111
if not autoscaling_group_list:
112-
return None
112+
return []
113113

114114
# Define the connection
115115
autoscaling = boto3.client('autoscaling')

0 commit comments

Comments
 (0)