diff --git a/pype/tools/settings/local_settings/apps_widget.py b/pype/tools/settings/local_settings/apps_widget.py index d63cd6a834..bc27a3c1c4 100644 --- a/pype/tools/settings/local_settings/apps_widget.py +++ b/pype/tools/settings/local_settings/apps_widget.py @@ -56,7 +56,7 @@ class AppVariantWidget(QtWidgets.QWidget): for item in studio_executables: path_widget = QtWidgets.QLineEdit(content_widget) - path_widget.setText(item.value[0]) + path_widget.setText(item.value) path_widget.setEnabled(False) content_layout.addWidget(path_widget)