Skip to content

Commit

Permalink
Rename clean.zip as raw.zip so that it will match the language on our…
Browse files Browse the repository at this point in the history
… public facing website
  • Loading branch information
palewire committed Oct 26, 2017
1 parent caac058 commit 961fd9e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -351,7 +351,7 @@ def archive(self):
self.header("Zipping cleaned files")
# Remove previous zip file
self.version.clean_zip_archive.delete()
clean_zip_path = os.path.join(self.data_dir, 'clean.zip')
clean_zip_path = os.path.join(self.data_dir, 'raw.zip')

# enable zipfile compression
compression = ZIP_DEFLATED
Expand Down

0 comments on commit 961fd9e

Please sign in to comment.