-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…42115) ### Rationale for this change Enhance the logic to ensure that the output directory and file are created if they do not exist. While the input directory and file are mandatory, the output directory and file might not exist. ### What changes are included in this PR? - [x] Create file if output directory or file does not exist. - [x] Add unit tests - Test with different directories to validate creation of non-existent directory - Test for non-existent input file ### Are these changes tested? Yes. Additional unit tests have been added. ### Are there any user-facing changes? Maybe. Yes. * GitHub Issue: #42101 Authored-by: Hyunseok Seo <[email protected]> Signed-off-by: David Li <[email protected]>
- Loading branch information
Showing
2 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters