Skip to content

Commit

Permalink
Consistent dict literal formatting.
Browse files Browse the repository at this point in the history
What did Emerson know, anyway?
  • Loading branch information
tseaver committed Nov 11, 2014
1 parent 093c7d6 commit a7898da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcloud/storage/key.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ def upload_from_file(self, file_obj, rewind=False, size=None,
query_params = {
'uploadType': 'resumable',
'name': urllib.quote_plus(self.name),
}
}

upload_url = self.connection.build_api_url(
path=self.bucket.path + '/o',
query_params=query_params,
Expand Down

0 comments on commit a7898da

Please sign in to comment.