Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAI config file loding YAMLLoadWarning #304

Closed
rerowep opened this issue May 17, 2019 · 1 comment
Closed

OAI config file loding YAMLLoadWarning #304

rerowep opened this issue May 17, 2019 · 1 comment
Labels
developers From a developer point of view. effort: minor Solved quickly enhancement Improvement of an existing feature

Comments

@rerowep
Copy link
Contributor

rerowep commented May 17, 2019

/Users/peter/devel/rero/rero-ils/rero_ils/modules/ebooks/cli.py:74: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  configs = yaml.load(configfile)
@rerowep rerowep added enhancement Improvement of an existing feature effort: minor Solved quickly labels May 17, 2019
@iGormilhit iGormilhit added the developers From a developer point of view. label May 20, 2019
@rerowep
Copy link
Contributor Author

rerowep commented May 23, 2019

change yaml.load(configfile) to yaml.load(configfile, Loader=yaml.FullLoader)

rerowep added a commit to rerowep/rero-ils that referenced this issue May 23, 2019
*BETTER: display cover art for ebooks
*FIXES: warning from yaml.loader  closes rero#304

Signed-off-by: Peter Weber <peter.weber@rero.ch>
rerowep added a commit to rerowep/rero-ils that referenced this issue May 23, 2019
*BETTER: display cover art for ebooks
*FIXES: warning from yaml.loader  closes rero#304

Signed-off-by: Peter Weber <peter.weber@rero.ch>
jma pushed a commit that referenced this issue May 23, 2019
*BETTER: display cover art for ebooks
*FIXES: warning from yaml.loader  closes #304

Signed-off-by: Peter Weber <peter.weber@rero.ch>
jma pushed a commit that referenced this issue May 23, 2019
*BETTER: display cover art for ebooks
*FIXES: warning from yaml.loader  closes #304

Signed-off-by: Peter Weber <peter.weber@rero.ch>
rerowep added a commit to rerowep/rero-ils that referenced this issue May 23, 2019
*BETTER: display cover art for ebooks
*FIXES: warning from yaml.loader  closes rero#304

Signed-off-by: Peter Weber <peter.weber@rero.ch>
jma pushed a commit that referenced this issue May 27, 2019
*BETTER: display cover art for ebooks
*FIXES: warning from yaml.loader  closes #304

Signed-off-by: Peter Weber <peter.weber@rero.ch>
@jma jma closed this as completed in 49b8ac8 May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developers From a developer point of view. effort: minor Solved quickly enhancement Improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants