Private
Public Access
1
0

lots a small stuff

This commit is contained in:
Sander Roosendaal
2021-04-26 19:35:11 +02:00
parent 594ee6239a
commit 62d06a2439
33 changed files with 144 additions and 149 deletions

View File

@@ -102,7 +102,7 @@ def save_scoring(name,user,filename,id=0,notes=""):
try:
boattype = row['BoatType']
except KeyError:
except KeyError: # pragma: no cover
boattype = '1x'
try:
@@ -113,7 +113,7 @@ def save_scoring(name,user,filename,id=0,notes=""):
sex = 'mixed'
else:
sex = 'female'
except KeyError:
except KeyError: # pragma: no cover
sex = 'female'
try:
@@ -135,7 +135,7 @@ def save_scoring(name,user,filename,id=0,notes=""):
try:
skillclass = row['SkillClass']
except KeyError:
except KeyError: # pragma: no cover
skillclass = 'Open'
# finding existing standard