mapd: use correct path

This commit is contained in:
Jason Wen
2023-02-21 22:53:13 -05:00
parent 6b5ef45bdf
commit 038afae028
+1 -1
View File
@@ -23,7 +23,7 @@ from system.version import is_dirty, get_commit, get_version, get_origin, get_sh
terms_version, training_version, is_tested_branch, is_release_branch
sys.path.append(os.path.join(BASEDIR, "third_party"))
sys.path.append(os.path.join(BASEDIR, "third_party/mapd"))
def manager_init() -> None: