intuition-io / intuition

Quantitative trading kit, for hackers
intuition.io
Apache License 2.0
124 stars 53 forks source link

Crash when missing locale settings #10

Closed xav-b closed 10 years ago

xav-b commented 10 years ago

if LANG isn't set (like in a default docker container) :

intuition/utils.py", line 55, in _detect_timezone TypeError: 'NoneType' object has no attribute '__getitem__'
xav-b commented 10 years ago

Fixed with commit #3ee8813548, closing