Fixed the line indentation.

This commit is contained in:
Joseff 2023-03-08 17:23:37 +01:00 committed by Ondřej Samohel
parent 78d737e4b3
commit fc67c5a2c0

View file

@ -310,8 +310,8 @@ class UEPluginInstallWorker(QtCore.QObject):
raise RuntimeError(msg)
# Create a path to the plugin in the engine
op_plugin_path = self.engine_path / \
"Engine/Plugins/Marketplace/OpenPype"
op_plugin_path = self.engine_path / "Engine/Plugins/Marketplace" \
"/OpenPype"
if not op_plugin_path.is_dir():
self.installing.emit("Installing and building the plugin ...")