oracc / nammu

Oracc GUI
GNU General Public License v3.0
12 stars 10 forks source link

Warning message about reading YAML file on Nammu 1.2.3 start #369

Closed EleanorRobson closed 4 years ago

EleanorRobson commented 5 years ago

java -jar nammu.jar is showing the following on start:


java -jar ~/Desktop/nammu-1.2.3.jar 
__pyclasspath__/nammu/utils/__init__.py:232: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  jar_config = yaml.load(jar_contents.open(yaml_path))
__pyclasspath__/nammu/utils/__init__.py:234: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  local_config = yaml.load(open(path_to_config, 'r'))```