Skip to content

Commit a50ce7d

Browse files
committed
No need to decode a str
1 parent abfb450 commit a50ce7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyplugin_installer/installer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ def editRepository(self, reposName):
444444
""" edit repository connection """
445445
if not reposName:
446446
return
447-
reposName = reposName.decode('utf-8')
448447
checkState = {False: Qt.Unchecked, True: Qt.Checked}
449448
dlg = QgsPluginInstallerRepositoryDialog(iface.mainWindow())
450449
dlg.editName.setText(reposName)

0 commit comments

Comments
 (0)