From 0afebfd4b6ba68d8be8b205f56d373b858544e76 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 15 May 2020 10:09:33 -0500 Subject: Oops --- bh20simplewebuploader/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bh20simplewebuploader/main.py b/bh20simplewebuploader/main.py index f4eabe6..865af97 100644 --- a/bh20simplewebuploader/main.py +++ b/bh20simplewebuploader/main.py @@ -280,7 +280,6 @@ def receive_files(): Receive the uploaded files. """ - return 0 # We're going to work in one directory per request dest_dir = tempfile.mkdtemp() # The uploader will happily accept a FASTQ with this name -- cgit v1.2.3