Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix importer bug and error reporting problem
Two issues: 1. File imports were not using the stream wrapper, so imported files needed spaces between `!else` and the following `:`. 2. An exception during the actual Ruamel parsing of a file import would end up resulting in a later exception insinuating that a circular import had occurred. A circular import should never actually occur... as far as I know it can't. Something would need to force the system to evaluate parts of the Yamlet logic at load time, which is expressly not how Yamlet works.
- Loading branch information