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

invalid literal for int() with base 10: '2.0' #17

Open
DeciiangLi opened this issue May 8, 2020 · 1 comment
Open

invalid literal for int() with base 10: '2.0' #17

DeciiangLi opened this issue May 8, 2020 · 1 comment

Comments

@DeciiangLi
Copy link

File "d:\anaconda3\lib\site-packages\azoo-1.3.0-py3.6.e.py", line 16, in init
ValueError: invalid literal for int() with base 10: '2.0'

Though not a big problem, it is desired to be reported. I change the code "int()" in the line 16, 21,23 of apk.py to '' int(float()) ''.

@ArtemKushnerov
Copy link
Owner

Hello @DeciiangLi ! Thanks for a fix. May I ask you to open a Pull Request so the others could benefit from the change? Thanks!

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