diff --git a/client/ayon_core/tools/publisher/widgets/report_page.py b/client/ayon_core/tools/publisher/widgets/report_page.py index 0580777669..64281a7046 100644 --- a/client/ayon_core/tools/publisher/widgets/report_page.py +++ b/client/ayon_core/tools/publisher/widgets/report_page.py @@ -1494,7 +1494,6 @@ class ErrorDetailWidget(QtWidgets.QWidget): self._error_detail_expand_btn = error_detail_expand_btn self._error_detail_input = error_detail_input - def set_detail(self, detail): if not detail: self._set_visible_inputs(False)