Skip to content

Commit

Permalink
Surpress boto WARNING during decode, reference: boto/boto#2965
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarky9 authored and rallytime committed Mar 13, 2018
1 parent 0e90c8c commit a8ffced
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/engines/sqs_events.py
Expand Up @@ -165,4 +165,6 @@ def start(queue, profile=None, tag='salt/engine/sqs', owner_acct_id=None):
while True:
if not q:
q = sqs.get_queue(queue, owner_acct_id=owner_acct_id)
q.set_message_class(boto.sqs.message.RawMessage)

_process_queue(q, queue, fire_master, tag=tag, owner_acct_id=owner_acct_id, message_format=message_format)

0 comments on commit a8ffced

Please sign in to comment.