We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfb450 commit a50ce7dCopy full SHA for a50ce7d
python/pyplugin_installer/installer.py
@@ -444,7 +444,6 @@ def editRepository(self, reposName):
444
""" edit repository connection """
445
if not reposName:
446
return
447
- reposName = reposName.decode('utf-8')
448
checkState = {False: Qt.Unchecked, True: Qt.Checked}
449
dlg = QgsPluginInstallerRepositoryDialog(iface.mainWindow())
450
dlg.editName.setText(reposName)
0 commit comments