Private
Public Access
1
0

NK LiNK Logbook icon

This commit is contained in:
Sander Roosendaal
2021-04-27 17:18:04 +02:00
parent 6f55a975c1
commit b2a8e15dcb
5 changed files with 8 additions and 6 deletions

View File

@@ -612,7 +612,7 @@ def createc2workoutdata(w):
itime, idist, itype = row.intervalstats_values()
try:
lapnames = row.df[' lapIdx'].unique()
except KeyError:
except KeyError: # pragma: no cover
lapnames = range(len(itime))
nrintervals = len(itime)
if len(lapnames) != nrintervals: