fuckin codespell.

also don't double run tests
This commit is contained in:
sneakers-the-rat 2024-08-13 19:11:46 -07:00
parent 1715043c01
commit 50005d33e5
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D
3 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,8 @@ name: Lint
on:
push:
branches:
- main
pull_request:
branches: [main]

View file

@ -2,6 +2,8 @@ name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main

View file

@ -138,7 +138,7 @@ def _resolve_hdmf(
namespace: Path | NamespaceRepo | Namespaces, path: Optional[Path] = None
) -> Optional[NamespacesAdapter]:
if path is None and isinstance(namespace, Namespaces):
# cant get any more information from already-loaded namespaces without a path
# can't get any more information from already-loaded namespaces without a path
return None
if isinstance(namespace, NamespaceRepo):