Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
No need to decode a str
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
python/pyplugin_installer/installer.py
|
@@ -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) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.