On Dec. 31, 2022, the disks on the KPNO computers were filled up by the creation of some of the initial nightlog files. Once the issue with disk space was resolved, the log was unable to handle the fact that not all of the nightlog files were created and repeatedly failed to add entries with errors from pandas stating that there were "No columns to parse from file."
Solve issue by Adding a try/except block to handle out of disk space errors and no columns to parse errors.
On Dec. 31, 2022, the disks on the KPNO computers were filled up by the creation of some of the initial nightlog files. Once the issue with disk space was resolved, the log was unable to handle the fact that not all of the nightlog files were created and repeatedly failed to add entries with errors from pandas stating that there were "No columns to parse from file."
Solve issue by Adding a try/except block to handle out of disk space errors and no columns to parse errors.