diff options
author | Pjotr Prins | 2020-05-15 10:09:33 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-15 10:09:33 -0500 |
commit | 0afebfd4b6ba68d8be8b205f56d373b858544e76 (patch) | |
tree | eea3a13ec93d8c28eb63988f255eed501bb6255a | |
parent | dee0caa3162420a67b39db92f81f762048cb7ad0 (diff) | |
download | bh20-seq-resource-0afebfd4b6ba68d8be8b205f56d373b858544e76.tar.gz bh20-seq-resource-0afebfd4b6ba68d8be8b205f56d373b858544e76.tar.lz bh20-seq-resource-0afebfd4b6ba68d8be8b205f56d373b858544e76.zip |
Oops
-rw-r--r-- | bh20simplewebuploader/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |