coguardio / coguard-cli

The CoGuard CLI Tool
MIT License
92 stars 9 forks source link

non-integer-division-error #33

Closed ioah86 closed 2 years ago

ioah86 commented 2 years ago

Well, that is embarrassing... Forgot that / is not doing integer division on two integers, but converts them into a float.

That has caused an output error on some versions of python and some terminals