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

extra _ on line 374 in main.py #6

Open
ArtemUstynov opened this issue Sep 27, 2021 · 1 comment
Open

extra _ on line 374 in main.py #6

ArtemUstynov opened this issue Sep 27, 2021 · 1 comment

Comments

@ArtemUstynov
Copy link

save doesn't work because:
result = self.__test_result[0]
should be :
result = self._test_result[0]
just a minor typo

@ThexXTURBOXx
Copy link
Contributor

This is fixed since d4474ba

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