mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove unused variable reset
This commit is contained in:
parent
562852875e
commit
35562e4abb
1 changed files with 0 additions and 3 deletions
|
|
@ -1407,9 +1407,6 @@ class PublisherController(AbstractPublisherController):
|
|||
for idx, plugin in enumerate(self._publish_plugins):
|
||||
self._publish_progress = idx
|
||||
|
||||
# Reset current plugin validations error
|
||||
self._publish_current_plugin_validation_errors = None
|
||||
|
||||
# Check if plugin is over validation order
|
||||
if not self._publish_validated:
|
||||
self._publish_validated = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue