Skip to content

Commit

Permalink
Merge pull request #1011 from bichitra95/hotfix/client_index_creat_qu…
Browse files Browse the repository at this point in the history
…ery_params

fix error due to missing comma in between timeout and request_timeout…
  • Loading branch information
philkra authored Sep 17, 2019
2 parents 4312d9a + 66428e5 commit 243e214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elasticsearch/client/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def flush(self, index=None, params=None):

@query_params(
"master_timeout",
"timeout" "request_timeout",
"timeout",
"request_timeout",
"wait_for_active_shards",
"include_type_name",
)
Expand Down

0 comments on commit 243e214

Please sign in to comment.