Add comment to detection of Android float issue

This commit is contained in:
shortcutme 2018-10-04 15:43:12 +02:00
parent b089355b5a
commit c70e3bb3dd
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -99,7 +99,7 @@ class Config(object):
use_openssl = True
if repr(1483108852.565) != "1483108852.565":
if repr(1483108852.565) != "1483108852.565": # Fix for weird Android issue
fix_float_decimals = True
else:
fix_float_decimals = False