Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Aug 23, 2019
1 parent 2c2348d commit 527aa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masonite/drivers/queue/QueueAmqpDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def push(self, *objects, args=(), callback='handle', ran=1, channel=None):
additional_exceptions = (self.pika.exceptions.ConnectionWrongStateError,)
except AttributeError:
additional_exceptions = ()

try:
self._publish(payload)
except (self.pika.exceptions.ConnectionClosed, self.pika.exceptions.ChannelClosed) + additional_exceptions:
Expand Down

0 comments on commit 527aa26

Please sign in to comment.