Fix join on list.
This commit is contained in:
Joe Gregorio
2013-12-10 07:59:14 -05:00
parent 547fad2f00
commit 54127fce53

View File

@@ -124,7 +124,7 @@ def UploadShapefile(http, project_id, shapefile_prefix):
}
body = json.dumps(metadata)
create_url = "".join(BASE_URL, "upload")
create_url = "".join([BASE_URL, "upload"])
logging.info("Uploading metadata for %s", shapefile_prefix)