Skip to content

Commit

Permalink
[FIX] to many double quotes in SQL command
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Mar 24, 2015
1 parent e7d2e12 commit 978cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoengine_geoname_geocoder/res_partner.py
Expand Up @@ -114,7 +114,7 @@ def geocode_from_geonames(self, cursor, uid, ids, srid='900913',
add.write(data)
# We use postgres to do projection in order not to install
# GDAL dependences
sql = """"
sql = """
UPDATE
res_partner
SET
Expand Down

0 comments on commit 978cf7a

Please sign in to comment.