/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/controllers/download_ui.py

  • Committer: webmaster at geoffish
  • Date: 2011-07-07 19:15:35 UTC
  • mto: (459.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 461.
  • Revision ID: webmaster@geoffish.tk-20110707191535-yzcwgbw4g4pigvd8
Fixed extension issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
            revid = self.get_revid()
89
89
        if self._branch.export_tarballs:
90
90
            root = 'branch'
91
 
            encoded_filename = self.encode_filename(root + format)
 
91
            encoded_filename = self.encode_filename(root + '.' + format)
92
92
            headers = [
93
93
                ('Content-Type', 'application/octet-stream'),
94
94
                ('Content-Disposition',