remove double line

This commit is contained in:
Jakub Trllo 2024-09-13 17:27:44 +02:00
parent 5be47d4f5b
commit 7ca0a354ca

View file

@ -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)