Skip to content
This repository was archived by the owner on Mar 21, 2022. It is now read-only.

Fixing a bug when we use {attach} on an article. #4

Merged
merged 1 commit into from
Jan 4, 2018

Conversation

cunhaax
Copy link

@cunhaax cunhaax commented Oct 20, 2017

This plugin was causing a problem generating the page and pelican giving a warning on console.

The problem happens because calling save_as on a Static object changes it's internal state (maybe they shouldn't be doing that on pelican's side), but here I'm calling the get_url_setting of the parent class

This plugin was causing a problem generating the page and pelican giving a warning on console.
@cunhaax cunhaax changed the title Fixing a bug when we use {attach} an article. Fixing a bug when we use {attach} on an article. Oct 20, 2017
@minchinweb minchinweb merged commit aae1105 into minchinweb:master Jan 4, 2018
@minchinweb
Copy link
Owner

@cunhaax version 1.1.4 has been released to PyPI which includes this fix. When you get a chance, let me know if it works for you the way you expect it to. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants