Skip to content

Commit

Permalink
One more pkg_resources fix
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Nov 1, 2023
1 parent 6ef227f commit 2f79711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/robotpy-wpilib/wpilib/_impl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _log_versions():
# Don't actually load the entry points -- just print the
# packages unless we need to load them
dist = entry_point.dist
versions[dist.project_name] = dist.version
versions[dist.name] = dist.version

for k, v in versions.items():
if k not in ("wpilib", "robotpy-hal"):
Expand Down

0 comments on commit 2f79711

Please sign in to comment.