ColinRobbins / scm-helper

Do not use bare except, specify exception instead FLK-E722
Bug risk
Minor
1 occurrence in this check
do not use bare 'except'
 433
 434        try:
 435            swimdate = datetime.datetime.strptime(xdate, SCM_CSV_DATE_FORMAT)
 436        except: 437            swimdate = datetime.datetime.strptime(xdate, SCM_ALT_CSV_DATE_FORMAT)
 438
 439        if member and age_eoy: