Private
Public Access
1
0

coverage changes

This commit is contained in:
Sander Roosendaal
2021-09-15 10:10:48 +02:00
parent 86cef108fe
commit 8205fd3c3f
12 changed files with 26 additions and 19 deletions

View File

@@ -380,7 +380,7 @@ def get_todays_micro(plan,thedate=timezone.now()):
if thismicro:
thismicro = thismicro[0]
else:
else: # pragma: no cover
mms = TrainingMicroCycle.objects.all()
return None