-
Notifications
You must be signed in to change notification settings - Fork 113
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
ValueError: not enough values to unpack (expected 2, got 0) #4
Comments
Even, I got the same error. Let me fix this first. |
return ' ' only in line number 162 in resumeparser.py file, kindly change this 162 line number with return '','' |
Hey suhas, earlier I was getting ValueError: not enough values to unpack (expected 2, got 0). After making your change in line 162, I'm getting self.inputString, info['extension'] = self.readFile(f); ValueError: not enough values to unpack (expected 2, got 1). Where else do we need to make this change to solve this error? |
yes getting the same issue anyone please do help |
self.inputString, info['extension'] = self.readFile(f)
can you help me with this
The text was updated successfully, but these errors were encountered: