aboutsummaryrefslogtreecommitdiff
path: root/backend/data/genOtolData.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/data/genOtolData.py')
-rwxr-xr-xbackend/data/genOtolData.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/data/genOtolData.py b/backend/data/genOtolData.py
index 696d59b..57a15d2 100755
--- a/backend/data/genOtolData.py
+++ b/backend/data/genOtolData.py
@@ -18,7 +18,6 @@ usageInfo += "Expected annotations.json format:\n"
usageInfo += " JSON object holding information about the tree-of-life release.\n"
usageInfo += " The object's 'nodes' field maps node IDs to objects holding information about that node,\n"
usageInfo += " such as phylogenetic trees that support/conflict with it's placement.\n"
-
if len(sys.argv) > 1:
print(usageInfo, file=sys.stderr)
sys.exit(1)