Skip to content

Commit

Permalink
allow format of machine group config same as downloaded one via CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Sep 5, 2018
1 parent c460593 commit 80cbdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliyun/log/machine_group_detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MachineGroupDetail(object):
2. "groupTopic": group topic value
"""

def __init__(self, group_name, machine_type, machine_list, group_type="", group_attribute=None):
def __init__(self, group_name=None, machine_type=None, machine_list=None, group_type="", group_attribute=None):
if group_attribute is None:
group_attribute = {}
self.group_name = group_name
Expand Down

0 comments on commit 80cbdf8

Please sign in to comment.