A blank line at the very beginning of the input file between the comment block and the first section (usually $mast) will cause the input parser to crash with section_name referenced before assignment, since section_name is not yet set.
Could either set section_name to "" or make a case statement to handle blank lines before getting to the elif section_name not recipe or personal_recipe point. (near line 134)
A blank line at the very beginning of the input file between the comment block and the first section (usually $mast) will cause the input parser to crash with section_name referenced before assignment, since section_name is not yet set.
Could either set section_name to "" or make a case statement to handle blank lines before getting to the elif section_name not recipe or personal_recipe point. (near line 134)