Skip to content

Commit

Permalink
fix: missing ors
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsolon authored Feb 17, 2023
1 parent 8eed135 commit a7e7058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/schemacode/bidsschematools/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def select_schema_dir(
according to the respective schema version, e.g. "1.7.0".
If the path starts with the string "{module_path}" it will be expanded relative to the
module path.
schema_version : str | None
schema_version : str or None
Version of BIDS schema, or path to schema.
If a path is given, this will be expanded and used directly, not concatenated with
`schema_reference_root`.
Expand Down Expand Up @@ -691,7 +691,7 @@ def validate_bids(
according to the respective schema version, e.g. "1.7.0".
If the path starts with the string "{module_path}" it will be expanded relative to the
module path.
schema_version : str | None, optional
schema_version : str or None, optional
Version of BIDS schema, or path to schema.
If a path is given, this will be expanded and used directly, not concatenated with
`schema_reference_root`.
Expand Down

0 comments on commit a7e7058

Please sign in to comment.