Closed bdeadman closed 6 months ago
Line 39 of ord_interface/build_test_database.sh fails to run because it is looking for py/migrate.py, whereas the migrate.py file is in editor/py/migrate.py.
My mistake, it is actually failing on this line due to a command located within migrate.py. Probably a missed dependency. Closing issue.
Line 39 of ord_interface/build_test_database.sh fails to run because it is looking for py/migrate.py, whereas the migrate.py file is in editor/py/migrate.py.