srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.7k stars 1.84k forks source link

Fix issue 269, deleting pre-existing files error #271

Open han-so1omon opened 3 weeks ago

han-so1omon commented 3 weeks ago

Pull Request Title

Fix issue, deleting pre-existing files error

Related Issue

269

Description

The error arises when the user deletes the pre-existing files from Data/Resumes or Data/JobDescriptions

Type

Proposed Changes

How to Test

  1. Delete existing resumes from Data/Resumes
  2. Run python run_first.py as instructed in README

Checklist

Additional Information

The pre-commit hooks appear to be failing by default, without any modifications to the existing main branch code. As such, I complied with style using black but did not run the pre-commit hooks

srbhr commented 2 weeks ago

Thanks, @han-so1omon. I'll test this and merge it over this weekend.