From 022259bc56ed2a4923fc8cfe7a7fe272bc153d1d Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Tue, 10 Oct 2023 10:09:19 +0200 Subject: [PATCH] [FIX] attachment queue job description --- attachment_queue/models/attachment_queue.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/attachment_queue/models/attachment_queue.py b/attachment_queue/models/attachment_queue.py index 04491ef55..37b74a1a5 100644 --- a/attachment_queue/models/attachment_queue.py +++ b/attachment_queue/models/attachment_queue.py @@ -96,9 +96,7 @@ class AttachmentQueue(models.Model): self.run() def run_as_job(self): - """ - Run the process for an individual attachment queue from a async job - """ + """Run the process for an individual attachment queue from a async job""" try: self._cr.execute( """