Skip to content

Commit

Permalink
minor fixing.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Jan 2, 2018
1 parent 452ce16 commit 45be69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aliyun/log/index_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def to_json(self):
json_value["token"] = self.token_list
json_value["caseSensitive"] = bool(self.case_sensitive)
if self.alias is not None:
json_value['alias'] = self.alias;
json_value['alias'] = self.alias
json_value["doc_value"] = bool(self.doc_value)
return json_value

Expand Down
2 changes: 1 addition & 1 deletion aliyun/log/logclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ def update_logtail_config(self, project_name, config_detail):
:type project_name: string
:param project_name: the Project name
:type config_detail: LogtailConfigGenerator or SeperatorFileConfigDetail or SimpleFileConfigDetail or FullRegFileConfigDetail or JsonFileConfigDetail or ApsaraFileConfigDetail or SyslogConfigDetail or or CommonRegLogConfigDetail
:type config_detail: LogtailConfigGenerator or SeperatorFileConfigDetail or SimpleFileConfigDetail or FullRegFileConfigDetail or JsonFileConfigDetail or ApsaraFileConfigDetail or SyslogConfigDetail or CommonRegLogConfigDetail
:param config_detail: the logtail config detail info, use `LogtailConfigGenerator.from_json` to generate config: SeperatorFileConfigDetail or SimpleFileConfigDetail or FullRegFileConfigDetail or JsonFileConfigDetail or ApsaraFileConfigDetail or SyslogConfigDetail
:return: UpdateLogtailConfigResponse
Expand Down

0 comments on commit 45be69f

Please sign in to comment.