Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

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.