Skip to content

fails to determine top level function name #3

Description

@yarikoptic
 ~/proj/dandi/dandi-cli-master  master
❯ show-paths -f full-lines -e within_asset_paths dandi/pynwb_utils.py
445      else:
446          for error in error_outputs:
447              errors.append(
448                  ValidationResult(
462:                     within_asset_paths={path: error.location},

so missed the function definition

❯ git grep -p -e within_asset_paths dandi/pynwb_utils.py
dandi/pynwb_utils.py=def validate(path: str | Path, devel_debug: bool = False) -> list[ValidationResult]:
dandi/pynwb_utils.py:                    within_asset_paths={path: error.location},

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions