Skip to content

Commit

Permalink
Update stat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Jul 15, 2018
1 parent 14414d9 commit a935691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ladybug/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def import_data(self):
iron_python = True if platform.python_implementation() == 'IronPython' \
else False
except ValueError as e:
# older version of IronPython failse to parse version correctly
# older versions of IronPython fail to parse version correctly
# failed to parse IronPython sys.version: '2.7.5 (IronPython 2.7.5 (2.7.5.0)
# on .NET 4.0.30319.42000 (64-bit))'
if 'IronPython' in str(e):
Expand Down

0 comments on commit a935691

Please sign in to comment.