No need to decode a str

This commit is contained in:
Alessandro Pasotti 2016-09-27 15:41:04 +02:00
parent abfb45024f
commit 74c00be061

View File

@ -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)