aboutsummaryrefslogtreecommitdiff
path: root/bh20sequploader
diff options
context:
space:
mode:
authorlltommy2020-04-07 19:57:32 +0200
committerlltommy2020-04-07 19:57:32 +0200
commita2f33ff68810a99bc28ea33bb6a745e59795cfb9 (patch)
tree52c282b3472cb17a452e917277dbb3121095b8ac /bh20sequploader
parent40df65dec296b81650987c8ee4f832b703ab8f74 (diff)
parentafbc3ec99f638a2f8df96a8e952b5b9616dc99a8 (diff)
downloadbh20-seq-resource-a2f33ff68810a99bc28ea33bb6a745e59795cfb9.tar.gz
bh20-seq-resource-a2f33ff68810a99bc28ea33bb6a745e59795cfb9.tar.lz
bh20-seq-resource-a2f33ff68810a99bc28ea33bb6a745e59795cfb9.zip
Merge branch 'master' of https://github.com/arvados/bh20-seq-resource
Diffstat (limited to 'bh20sequploader')
-rw-r--r--bh20sequploader/main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bh20sequploader/main.py b/bh20sequploader/main.py
index 17ad492..d3ebc0c 100644
--- a/bh20sequploader/main.py
+++ b/bh20sequploader/main.py
@@ -49,4 +49,5 @@ def main():
(properties['upload_user'], properties['upload_ip']),
properties=properties, ensure_unique_name=True)
-main()
+if __name__ == "__main__":
+ main()