Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Apr 7, 2015
2 parents ec90c34 + d4b4551 commit e129e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploads/InternetArchiveCommon.py
Expand Up @@ -119,7 +119,7 @@ def make_pdf_request(filebits, court, casenum, docnum, subdocnum, metadict,
bucketname = get_bucketname(court, casenum)
filename = get_pdfname(court, casenum, docnum, subdocnum)

storage_path = "%s/%s" % (bucketname, filename)
storage_path = ("%s/%s" % (bucketname, filename)).encode('utf-8')
request = _init_put(storage_path)

# Add the payload
Expand Down

0 comments on commit e129e37

Please sign in to comment.