RED-4653: Removed unnecessary string formatting
This commit is contained in:
parent
89ce61996c
commit
0efbd2c98c
@ -75,7 +75,7 @@ class QueueManager(object):
|
|||||||
self._channel.start_consuming()
|
self._channel.start_consuming()
|
||||||
except Exception:
|
except Exception:
|
||||||
self.logger.warning(
|
self.logger.warning(
|
||||||
f"An unexpected exception occurred while consuming messages. Consuming will stop."
|
"An unexpected exception occurred while consuming messages. Consuming will stop."
|
||||||
)
|
)
|
||||||
raise
|
raise
|
||||||
finally:
|
finally:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user