This is the Data Integration, MRI, and Bioinformatics Component of the National Consortium on Alcohol and NeuroDevelopment in Adolescence (NCANDA), funded by the NIAAA.
Traceback (most recent call last):
File "/sibis-software/ncanda-data-integration/scripts/import/laptops/update_visit_data", line 817, in
visit = re.match('(baseline_visit)|(\dy_visit)|(\dmonth_followup)',event).group()
AttributeError: 'NoneType' object has no attribute 'group'
This happens because the redcap form link util was assuming only standard arm events would ever be passed.