Skip to content

Commit

Permalink
Fix var typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida committed Mar 27, 2023
1 parent d852bdc commit 96ec31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/airflow/dags/brasil/sinan.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def dbcs_to_fetch() -> dict:
except Exception as e:
if "UndefinedColumn" in str(e):
years = []
db_years.extend(list(chain(*years)))
db_prelimns.extend(list(chain(*years)))
# Get years that are not prelim anymore
prelim_to_final = [y for y in finals_years if y in db_prelimns]
# Get prelims
Expand Down

0 comments on commit 96ec31b

Please sign in to comment.