diff options
author | Pjotr Prins | 2020-05-15 10:10:22 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-15 10:10:22 -0500 |
commit | 0e09fafd9e0cbc762a89302ccf4a3567d45297b4 (patch) | |
tree | eea3a13ec93d8c28eb63988f255eed501bb6255a /bh20simplewebuploader/main.py | |
parent | d981bcfd6e642ba46ce9be33fa76c2d4bc051944 (diff) | |
parent | 0afebfd4b6ba68d8be8b205f56d373b858544e76 (diff) | |
download | bh20-seq-resource-0e09fafd9e0cbc762a89302ccf4a3567d45297b4.tar.gz bh20-seq-resource-0e09fafd9e0cbc762a89302ccf4a3567d45297b4.tar.lz bh20-seq-resource-0e09fafd9e0cbc762a89302ccf4a3567d45297b4.zip |
Merge branch 'master' of github.com:pjotrp/bh20-seq-resource
Diffstat (limited to 'bh20simplewebuploader/main.py')
-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 |