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

Ошибка в preprocessor.py #67

Closed
AleksEng1neer opened this issue Apr 4, 2023 · 0 comments
Closed

Ошибка в preprocessor.py #67

AleksEng1neer opened this issue Apr 4, 2023 · 0 comments

Comments

@AleksEng1neer
Copy link

Компилятор Python 3.11.2
Ошибка возникает при попытке сгенерировать фаззинг-обертку
image

в Futag/src/python/futag-package/src/futag/preprocessor.py строка 80:
sys.exit(INVALID_FUTAG_PATH, futag_llvm_package)

Согласно документации https://docs.python.org/3.11/library/sys.html туда можно передать только 1 аргумент, а не 2.

Предлагаемые варианты решения: описаны здесь https://stackoverflow.com/questions/44515386/typeerror-exit-expected-at-most-1-arguments-got-3

@thientc thientc added this to the Fix errors in 2.0.0 milestone Apr 5, 2023
@thientc thientc closed this as completed in 69c2971 Apr 5, 2023
thientc added a commit that referenced this issue Apr 5, 2023
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

No branches or pull requests

2 participants