mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
No need to decode a str
This commit is contained in:
parent
abfb45024f
commit
74c00be061
@ -444,7 +444,6 @@ class QgsPluginInstaller(QObject):
|
||||
""" edit repository connection """
|
||||
if not reposName:
|
||||
return
|
||||
reposName = reposName.decode('utf-8')
|
||||
checkState = {False: Qt.Unchecked, True: Qt.Checked}
|
||||
dlg = QgsPluginInstallerRepositoryDialog(iface.mainWindow())
|
||||
dlg.editName.setText(reposName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user