mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fixed the line indentation.
This commit is contained in:
parent
78d737e4b3
commit
fc67c5a2c0
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue