From 796db6a3fc74e3b9e576ffa94f13e40b33f269e5 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Thu, 3 Feb 2022 23:51:18 +0100 Subject: [PATCH] Fix typo --- openpype/tools/pyblish_pype/control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/tools/pyblish_pype/control.py b/openpype/tools/pyblish_pype/control.py index b20adc0056..ffc709f162 100644 --- a/openpype/tools/pyblish_pype/control.py +++ b/openpype/tools/pyblish_pype/control.py @@ -74,8 +74,8 @@ class MainThreadProcess(QtCore.QObject): item = self._items_to_process.popleft() item.process() - # Process events directly after the item processed. This allows the - # to correctly show "highlighted" state for the next item to process + # Process events directly after the item processed. This allows to + # correctly show "highlighted" state for the next item to process QtWidgets.QApplication.instance().processEvents() def start(self):