more coverage
This commit is contained in:
@@ -559,7 +559,7 @@ def rower_prefs_view(request,userid=0,message=""):
|
||||
if powerform.is_valid():
|
||||
cd = powerform.cleaned_data
|
||||
hrftp = cd['hrftp']
|
||||
if hrftp == 0:
|
||||
if hrftp == 0: # pragma: no cover
|
||||
hrftp = int((r.an+r.tr)/2.)
|
||||
ftp = cd['ftp']
|
||||
otwslack = cd['otwslack']
|
||||
|
||||
Reference in New Issue
Block a user