diff --git a/compendium_v2/publishers/survey_publisher_legacy_excel.py b/compendium_v2/publishers/survey_publisher_legacy_excel.py index 1f40b45000f6158c33ee3064cfd07884dd3a5152..c3f4448d420ed5924cf58cd8ebcc7dc1e65b7dad 100644 --- a/compendium_v2/publishers/survey_publisher_legacy_excel.py +++ b/compendium_v2/publishers/survey_publisher_legacy_excel.py @@ -182,7 +182,6 @@ def db_staffing_migration(nren_dict): if not math.isclose(employed, technical, abs_tol=0.01) and employed != 0 and technical != 0: logger.warning(f'{nren_staff_model.nren.name} in {nren_staff_model.year}:' f' FTE do not equal across employed/technical categories ({employed} != {technical})') - continue db.session.merge(nren_staff_model)