diff options
author | lltommy | 2020-04-07 19:57:32 +0200 |
---|---|---|
committer | lltommy | 2020-04-07 19:57:32 +0200 |
commit | a2f33ff68810a99bc28ea33bb6a745e59795cfb9 (patch) | |
tree | 52c282b3472cb17a452e917277dbb3121095b8ac /bh20sequploader/main.py | |
parent | 40df65dec296b81650987c8ee4f832b703ab8f74 (diff) | |
parent | afbc3ec99f638a2f8df96a8e952b5b9616dc99a8 (diff) | |
download | bh20-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/main.py')
-rw-r--r-- | bh20sequploader/main.py | 3 |
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() |