-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
parse()
function's arguments`
Input to `parse()` used to be `yaml_input` for the actual YAML, and `file_in` for the YAML file path. THe latter was only used to resolve relative image paths, not for reading the actual file that was passed. Therefore, `file_in` was changed to `base_path`; this argument receives the *directory* of the original YAML file, which is more intuitive for the actual use case.
- Loading branch information
1 parent
2d7770a
commit 6a42a30
Showing
1 changed file
with
6 additions
and
5 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