mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix syntax error
This commit is contained in:
parent
7e29d7ced1
commit
698407100e
@ -45,7 +45,7 @@ class GdalToolsSRSDialog(QDialog):
|
||||
self.connect(buttonBox, SIGNAL("rejected()"), self.reject)
|
||||
|
||||
def authid(self):
|
||||
return str(self.selector.selectedAuthId()
|
||||
return str(self.selector.selectedAuthId())
|
||||
|
||||
def proj4string(self):
|
||||
return self.selector.selectedProj4String()
|
||||
|
Loading…
x
Reference in New Issue
Block a user