Skip to content

Latest commit

 

History

History
20 lines (8 loc) · 322 Bytes

File metadata and controls

20 lines (8 loc) · 322 Bytes

File Log Reader

Reads a log file and handles common file-related errors.

log.txt exists and is encoded in cp949.

Reflection

File encoding caused an issue when reading.

Troubleshooting

  • FileNotFoundError: Check if the file path is correct.

  • PermissionError: Make sure you have access to the file.