Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: return error when format is empty in parse
The format parsed in from_str maybe empty(eg. '%'). As a result, cur_item may be None.
- Loading branch information