Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file not found './Job_Descriptions', also not after adding new job description in the folder #36

Open
nienkevanpoppel opened this issue Apr 18, 2020 · 3 comments

Comments

@nienkevanpoppel
Copy link

When trying to run the 'screen' function, it gives the error that it cannot locate the file. This is probably because the os.chdir redirecting it to the wrong folder (./Job_Descriptions when it is still in Original_Resumes). Even after resetting the os.chdir to '../', errors keep coming in. Please help.

@ShubhayanS
Copy link

Same I am facing the same issue.

@kmaladkar
Copy link

I have created a PR, pretty bad tho. I'll debug this when I get time. Apologizes!

Change line 124 in screen.py to -

f = open(os.getcwd() + jobfile[17:] , 'r', encoding="utf8", errors='ignore')

That should work!

@vlavorini
Copy link

It's actually:

    f = open(os.getcwd() + '/../Job_Description' + jobfile[17:] , 'r', encoding="utf8", errors='ignore')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants