planetfederal / qgis-geogiglight-plugin

GNU General Public License v2.0
19 stars 9 forks source link

python errors adding/deleting/editing geogig repositories connections #94

Closed gioman closed 7 years ago

gioman commented 7 years ago
Traceback (most recent call last):
  File "/home/giovanni/.qgis2/python/plugins/geogig/gui/dialogs/navigatordialog.py", line 314, in deleteCurrentElement
    self._removeRepoEndpoint(item)
  File "/home/giovanni/.qgis2/python/plugins/geogig/gui/dialogs/navigatordialog.py", line 336, in _removeRepoEndpoint
    removeRepoEndpoint(item.text(0))
NameError: global name 'removeRepoEndpoint' is not defined
Traceback (most recent call last):
  File "/home/giovanni/.qgis2/python/plugins/geogig/gui/dialogs/navigatordialog.py", line 422, in addGeoGigServer
    dlg = GeoGigServerDialog()
  File "/home/giovanni/.qgis2/python/plugins/geogig/gui/dialogs/geogigserverdialog.py", line 41, in __init__
    super(GeoGigServerDialog).__init__(self)
TypeError: super() argument 1 must be type, not GeoGigServerDialog