Skip to content

Fixed yaml.load issue -> yaml.safe_load#16

Open
hammondkd wants to merge 1 commit intooekosheri:masterfrom
hammondkd:yaml_fix
Open

Fixed yaml.load issue -> yaml.safe_load#16
hammondkd wants to merge 1 commit intooekosheri:masterfrom
hammondkd:yaml_fix

Conversation

@hammondkd
Copy link

Newer versions of Python's yaml module require "loader=Loader" explicitly in calls to yaml.load(). Changing that line in gb_generator.py to "yaml.safe_load()" fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant