Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Wrap log_path with Path (#4117)
`FLAGS.log_path` need to be wrapped into `Path` type, or will raise error when call `.parent`. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Improvements** - Enhanced handling of log file paths for better compatibility and functionality in file operations. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: HydrogenSulfate <[email protected]>
- Loading branch information