Skip to content

Commit d56a692

Browse files
committedMay 30, 2017
Fix typo
1 parent 293ea4a commit d56a692

File tree

1 file changed

+1
-1
lines changed
  • python/plugins/db_manager/db_plugins/postgis

1 file changed

+1
-1
lines changed
 

‎python/plugins/db_manager/db_plugins/postgis/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def gdalUri(self, uri=None):
326326
break
327327

328328
gdalUri = u'PG: %s %s %s %s %s %s mode=2 %s %s table=%s' % \
329-
(service dbname, host, user, passw, port, schema, col, self.name)
329+
(service, dbname, host, user, passw, port, schema, col, self.name)
330330

331331
return gdalUri
332332

0 commit comments

Comments
 (0)
Please sign in to comment.