jenkins-job-builder/jenkins_jobs/cli
Daniel Bengtsson 0b4ed38ca6 Fix the yaml load warning.
In the new version of PyYAML the API changed to be more explicit. Now
the default value for the Loader is None, see:

https://github.com/yaml/pyyaml/blob/5.1/lib3/yaml/__init__.py#L103

The load is unsafe. It's better to use safe_load function.

Change-Id: Ia1cd16f2ff970ca220a266c99b6554dd4254ebd9
2019-12-10 09:52:40 +01:00
..
subcommand Auto-generated output from python-black 2019-09-09 19:23:24 +01:00
__init__.py Introduce modular implementation of subcommands. 2016-07-08 09:55:44 -07:00
entry.py Fix the yaml load warning. 2019-12-10 09:52:40 +01:00
parser.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00