Add comment to detection of Android float issue
This commit is contained in:
parent
b089355b5a
commit
c70e3bb3dd
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class Config(object):
|
||||||
|
|
||||||
use_openssl = True
|
use_openssl = True
|
||||||
|
|
||||||
if repr(1483108852.565) != "1483108852.565":
|
if repr(1483108852.565) != "1483108852.565": # Fix for weird Android issue
|
||||||
fix_float_decimals = True
|
fix_float_decimals = True
|
||||||
else:
|
else:
|
||||||
fix_float_decimals = False
|
fix_float_decimals = False
|
||||||
|
|
Loading…
Reference in a new issue