about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/phenotypes/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py
index 400baa6..ec4c840 100644
--- a/uploader/phenotypes/views.py
+++ b/uploader/phenotypes/views.py
@@ -362,7 +362,7 @@ def process_phenotypes_individual_files(error_uri):
                     return error_uri
 
                 filepath = save_file(
-                    _sentfile, Path(app.config["UPLOAD_FOLDER"]))
+                    _sentfile, Path(app.config["UPLOAD_FOLDER"]), hashed=False)
                 zfile.write(
                     Path(app.config["UPLOAD_FOLDER"], filepath),
                     arcname=filepath.name)