diff options
Diffstat (limited to 'backend/data')
| -rwxr-xr-x | backend/data/otolToSqlite.py | 2 |
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 |
