When writing out to the excel file, the variable file_name is assigned twice on the same line. https://github.com/Mac13kW/Garbage_Can_Model/blob/d8c79423f5218a8b6b1329f2330e83d5fc761719/The_Garbage_Can_Model_v40.py#L405 Without the first assignment, this would read: ``` file_name = 'D:\Output\garbage_can_v_40.xls' ```
When writing out to the excel file, the variable file_name is assigned twice on the same line.
Garbage_Can_Model/The_Garbage_Can_Model_v40.py
Line 405 in d8c7942
Without the first assignment, this would read: