diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-04-26 23:46:51 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-04-26 23:46:51 +1000 |
| commit | 55e281a57c2ac9acb18836ea7a48f5a553d924e2 (patch) | |
| tree | 7065e72dbed9991e94bbe9695d6c0a9a8560d783 /backend/data | |
| parent | 46891ca052e6049252a560895af55301f5e37b19 (diff) | |
Change data URL path format
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 |
