Skip to content

Commit

Permalink
Update dandi/dandiapi.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
  • Loading branch information
jwodder and yarikoptic committed Feb 8, 2023
1 parent 05596c3 commit 9a36d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/dandiapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ def wait_until_valid(self, max_time: float = 120) -> None:
e.json_dict() for e in v.asset_validation_errors
],
"version_validation_errors": [
e.json_dict() for e in v.asset_validation_errors
e.json_dict() for e in v.version_validation_errors
],
}
raise ValueError(
Expand Down

0 comments on commit 9a36d21

Please sign in to comment.