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

Corrected docstring #1245

Merged
merged 1 commit into from
Mar 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Corrected docstring
  • Loading branch information
TheChymera committed Mar 8, 2023
commit c7686ecdae26d8af30eeb3063a8319d4d4828a24
2 changes: 1 addition & 1 deletion dandi/cli/cmd_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def validate(
devel_debug: bool = False,
allow_any_path: bool = False,
) -> None:
"""Validate files for NWB and DANDI compliance.
"""Validate files for DANDI and BIDS and/or NWB compliance.

Exits with non-0 exit code if any file is not compliant.
"""
Expand Down