Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No need to decode a str
  • Loading branch information
elpaso committed Sep 27, 2016
1 parent abfb450 commit 74c00be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/pyplugin_installer/installer.py
Expand Up @@ -444,7 +444,6 @@ def editRepository(self, reposName):
""" 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)
Expand Down

0 comments on commit 74c00be

Please sign in to comment.