Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed May 30, 2017
1 parent 293ea4a commit d56a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/db_plugins/postgis/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def gdalUri(self, uri=None):
break

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

return gdalUri

Expand Down

0 comments on commit d56a692

Please sign in to comment.