Skip to content

Commit 6984071

Browse files
committed
fix syntax error
1 parent 7e29d7c commit 6984071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/GdalTools/tools/dialogSRS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self, title, parent=None):
4545
self.connect(buttonBox, SIGNAL("rejected()"), self.reject)
4646

4747
def authid(self):
48-
return str(self.selector.selectedAuthId()
48+
return str(self.selector.selectedAuthId())
4949

5050
def proj4string(self):
5151
return self.selector.selectedProj4String()

0 commit comments

Comments
 (0)