mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
use clear method instead of setting empty list
This commit is contained in:
parent
c8b03161b1
commit
ab683ed1b6
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ class PublishOverlayFrame(QtWidgets.QFrame):
|
|||
self.publish_btn.setEnabled(True)
|
||||
|
||||
def _on_publish_start(self):
|
||||
self.validation_errors_widget.set_errors([])
|
||||
self.validation_errors_widget.clear()
|
||||
|
||||
self._set_success_property(-1)
|
||||
self.main_label.setText("Publishing...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue