Skip to content

Error for fetching non-local files #1472

@samuelbray32

Description

@samuelbray32
  • This line was added to fetch_nwb as part of the custom AnalysisNwbfile tables PR
    attrs = list(attrs) + ["nwb2load_filepath"]
  • Fetching this attribute requires accessing through the externals table
  • Raises an error for dandi-loaded files which don't exist locally

solution

  • Previously this was only fetched for non-dandi files
  • The value of this key is getting overwritten within the following loop here anyways
  • I think we could just skip the fetch caused by the error line above

@CBroz1 , there's a comment at the line I mentioned that it solves an error for the custom tables. Do you know if there's some reason I'm missing that it's still necessary

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions