Skip to content

Commit

Permalink
Update dandi/files/bids.py
Browse files Browse the repository at this point in the history
Co-authored-by: John T. Wodder II <[email protected]>
  • Loading branch information
TheChymera and jwodder authored Dec 6, 2022
1 parent 42e36fb commit 4526b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/files/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def get_metadata(
return BareAsset(**metadata)

def get_validation_bids_version(self) -> str:
assert self.bids_dataset_description._bids_version
assert self.bids_dataset_description._bids_version is not None
return self.bids_dataset_description._bids_version


Expand Down

0 comments on commit 4526b95

Please sign in to comment.