aboutsummaryrefslogtreecommitdiff
path: root/backend/data/otolToSqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/data/otolToSqlite.py')
-rwxr-xr-xbackend/data/otolToSqlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/data/otolToSqlite.py b/backend/data/otolToSqlite.py
index c393474..93ed294 100755
--- a/backend/data/otolToSqlite.py
+++ b/backend/data/otolToSqlite.py
@@ -35,7 +35,7 @@ idToName = {} # Maps node IDs to names
# Check for existing db
if os.path.exists(dbFile):
- print("ERROR: Existing {} file".format(dbFile), file=sys.stderr)
+ print("ERROR: Existing {} db".format(dbFile), file=sys.stderr)
sys.exit(1)
# Parse treeFile