Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python3.8 typing incompatibility #13

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

thomas-bc
Copy link
Member

@thomas-bc thomas-bc commented Oct 17, 2024

Python 3.8 was failing with

/src/fprime_bootstrap/clone_project.py", line 60, in <module>
    ) -> tuple[Path, Path]:
TypeError: 'type' object is not subscriptable

This fixes it.

Fix nasa/fprime#2964

@LeStarch LeStarch merged commit 0e6d5d9 into fprime-community:devel Oct 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fprime-bootstrap fails on Python3.8
2 participants