Skip to content

Commit

Permalink
ensure get_versions() in noxfile doesn't hallucinate old b2 binary na…
Browse files Browse the repository at this point in the history
…mes due to git not deleting folders
  • Loading branch information
mjurbanski-reef committed Sep 12, 2024
1 parent 28a23ff commit 616622a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_versions() -> list[str]:
path.name for path in sorted(
(pathlib.Path(__file__).parent / 'b2' / '_internal').glob('*b2v*'),
key=get_version_key,
)
) if (path / '__init__.py').exists()
]


Expand Down

0 comments on commit 616622a

Please sign in to comment.