Private
Public Access
1
0

disabled consistency check

This commit is contained in:
Sander Roosendaal
2017-06-04 09:34:22 +02:00
parent 0e8a5f0fff
commit 6b5cf1431d
2 changed files with 4 additions and 2 deletions

View File

@@ -420,7 +420,8 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
a_messages.error(r.user,'Failed consistency check: '+key+', autocorrected')
if not allchecks:
row.repair()
#row.repair()
pass
if row == 0:

View File

@@ -139,7 +139,8 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
allchecks = 0
if not allchecks:
row.repair()
#row.repair()
pass
if row == 0: