aboutsummaryrefslogtreecommitdiff
path: root/backend/data/otolToSqlite.py
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-04-26 23:46:51 +1000
committerTerry Truong <terry06890@gmail.com>2022-04-26 23:46:51 +1000
commit55e281a57c2ac9acb18836ea7a48f5a553d924e2 (patch)
tree7065e72dbed9991e94bbe9695d6c0a9a8560d783 /backend/data/otolToSqlite.py
parent46891ca052e6049252a560895af55301f5e37b19 (diff)
Change data URL path format
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