Fix thinko in notice_text task
The notice_text
task currently has an else
statement that makes an empty list, but that variable is expected to be a dictionary further down (and above).
The notice_text
task currently has an else
statement that makes an empty list, but that variable is expected to be a dictionary further down (and above).