Skip to content

Commit fe5fa4e

Browse files
author
Joel Collins
committed
Fix: Remove duplicated action exception log
1 parent dc7547a commit fe5fa4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/labthings/actions/thread.py

-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ def wrapped(*args, **kwargs):
215215
self._status = "cancelled"
216216
self.progress = None
217217
except Exception as e: # skipcq: PYL-W0703
218-
logging.error(e)
219218
logging.error(traceback.format_exc())
220219
self._return_value = str(e)
221220
self._status = "error"

0 commit comments

Comments
 (0)