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:
Kevin Hu
2024-12-10 10:54:54 +08:00
committed by GitHub
parent 5fe0791684
commit 927873bfa6
2 changed files with 3 additions and 3 deletions

View File

@ -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 {}