We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1669b commit ef7677dCopy full SHA for ef7677d
src/aind_behavior_pirouette/regenerate.py
@@ -7,8 +7,8 @@
7
8
import aind_behavior_pirouette.rig
9
10
-SCHEMA_ROOT = Path("./src/DataSchemas/")
11
-EXTENSIONS_ROOT = Path("./src/Extensions/")
+SCHEMA_ROOT = Path.cwd().parent.joinpath("DataSchemas")
+EXTENSIONS_ROOT = Path.cwd().parent.joinpath("Extensions")
12
NAMESPACE_PREFIX = "AindBehaviorPirouetteDataSchema"
13
14
0 commit comments