Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bst call for compiling schema #119

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

tstoeter
Copy link
Contributor

Without providing a schema path, bst defaults to another installed schema instead of my modifies one:

2024-11-22 15:40:41,436 [    INFO] No schema path specified, defaulting to the bundled schema, `/home/tstoeter/.local/lib/python3.11/site-packages/bidsschematools/data/schema`.

Making the schema path explicit fixes this.

Without providing a schema path, bst defaults to another installed schema instead of my modifies one:

```
2024-11-22 15:40:41,436 [    INFO] No schema path specified, defaulting to the bundled schema, `/home/tstoeter/.local/lib/python3.11/site-packages/bidsschematools/data/schema`.
```

Making the schema path explicit fixes this.
@effigies
Copy link
Contributor

effigies commented Dec 5, 2024

Yeah, this works. I typically have bst installed in editable mode, but it's safest to do it your way.

@effigies effigies merged commit d6fae6a into bids-standard:main Dec 9, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants