diff --git a/rowers/dataroutines.py b/rowers/dataroutines.py index c8ae3796..851032e7 100644 --- a/rowers/dataroutines.py +++ b/rowers/dataroutines.py @@ -1403,6 +1403,8 @@ def get_title_from_fit(filename): title = ' '.join(record.get_values()['wkt_name'].split()) except KeyError: pass + except AttributeError: + pass return title