mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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):
|
for idx, plugin in enumerate(self._publish_plugins):
|
||||||
self._publish_progress = idx
|
self._publish_progress = idx
|
||||||
|
|
||||||
# Reset current plugin validations error
|
|
||||||
self._publish_current_plugin_validation_errors = None
|
|
||||||
|
|
||||||
# Check if plugin is over validation order
|
# Check if plugin is over validation order
|
||||||
if not self._publish_validated:
|
if not self._publish_validated:
|
||||||
self._publish_validated = (
|
self._publish_validated = (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue