Reviewed in https://codereview.appspot.com/39670044/.
Fix join on list.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user