forked from odoo/odoo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] yaml: fix default loader bug in pyYAML 5.1
pyYAML 5.1 is now the distro version. This introduces the requirement to specify a loader when loading yaml. There is a known issue ( yaml/pyyaml#274 ) with the add_constructor method not assignign the correct default loader. This commit assigns the default FullLoader, allowing the constructors to be used again. Task: 3761 Signed-off-by: Samuel Searles-Bryant <[email protected]>
- Loading branch information
Samuel Searles-Bryant
committed
Apr 4, 2019
1 parent
1effab8
commit e4fdfbf
Showing
2 changed files
with
18 additions
and
18 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