small bug fixes
This commit is contained in:
@@ -642,7 +642,7 @@ def join_workouts(r, ids, title='Joined Workout',
|
||||
|
||||
while len(files):
|
||||
row2 = rdata(files[0])
|
||||
if row2 != 0:
|
||||
if row2 != 0 and row2 is not None:
|
||||
row = row+row2
|
||||
files = files[1:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user