fixing error
This commit is contained in:
@@ -344,8 +344,8 @@ class IntervalsIntegration(SyncIntegration):
|
|||||||
for w in ws:
|
for w in ws:
|
||||||
try:
|
try:
|
||||||
w.name = data['name']
|
w.name = data['name']
|
||||||
if length(w.name) >= 350:
|
if len(data['name']) >= 350:
|
||||||
w.name = w.name[:350]
|
w.name = data['name'][:350]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
try:
|
try:
|
||||||
|
|||||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user