From 28576d70f83770d72fca78db6e30e424b013aff2 Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Thu, 5 Aug 2010 04:07:37 -0400 Subject: [PATCH] switch "0.00%" on ffreq1 to NA, need to update all the other percents with that sometime too --- pyfpdb/Stats.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyfpdb/Stats.py b/pyfpdb/Stats.py index 74558da8..5faa1f59 100755 --- a/pyfpdb/Stats.py +++ b/pyfpdb/Stats.py @@ -711,10 +711,10 @@ def ffreq1(stat_dict, player): ) except: return (stat, - '%3.1f' % (0) + '%', - 'ff1=%3.1f' % (0) + '%', - 'ff_1=%3.1f' % (0) + '%', - '(%d/%d)' % (0, 0), + 'NA', + 'ff1=NA', + 'ff_1=NA', + '(0/0)', '% fold frequency flop/4th' )