Skip to content
Snippets Groups Projects
Commit eda9002f authored by Studer Gabriel's avatar Studer Gabriel
Browse files

QString is now Python string => toString() doesn't work anymore

parent ce81b7bc
No related branches found
No related tags found
Loading
......@@ -42,7 +42,7 @@ class RemoteLoader(QtWidgets.QWidget):
self._load.setText('load from %s ' % name)
def _ToggleRepo(self, action):
self._current_repo = str(action.data().toString())
self._current_repo = str(action.data())
self._UpdateLoadButton(self._current_repo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment