HackRVA / badge2023

Software for electronic badges for RVASec 2023
2 stars 1 forks source link

asset_converter.py requires new python #15

Open smcameron opened 1 year ago

smcameron commented 1 year ago

Traceback (most recent call last): File "../github/badge2023/tools/asset_converter.py", line 124, in def get_c_file_name(asset: dict[str, str | int]) -> str:

| was added in python 3.10, so not available in python 3.8.

Python 3.10 was released on October 4, 2021.

That's too fucking new.

smcameron commented 1 year ago

Worked around it via:

git show 0a5ef4c7fc7271c5547f675eea81ad5e304c6921:tools/asset_converter.py > tools/ass_converter.py
paulbruggeman commented 1 year ago

lol :)

On Tue, Jun 06, 2023 07:41:11AM -0700, smcameron wrote:

Worked around it via:

git show 0a5ef4c7fc7271c5547f675eea81ad5e304c6921:tools/asset_converter.py > tools/ass_converter.py

-- Reply to this email directly or view it on GitHub: https://github.com/HackRVA/badge2023/issues/15#issuecomment-1578896823 You are receiving this because you are subscribed to this thread.

Message ID: @.***>