Replaced infinity symbol with 'inf'

This commit is contained in:
Asmageddon 2012-05-29 19:33:50 +02:00
parent 4735a6c49a
commit 3920a93cba
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def format_time(time):
def format_float(x):
if x < 0:
return ""
return "inf"
else:
return "%.3f"%x