mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix syn error. (#3953)
### What problem does this PR solve? Close #3696 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -64,7 +64,7 @@ def remote_call(filename, binary):
|
||||
resume = step_two.parse(resume)
|
||||
return resume
|
||||
except Exception:
|
||||
logging.exception("Resume parser error")
|
||||
logging.exception("Resume parser has not been supported yet!")
|
||||
return {}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user