| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good, thanks for the analysis!
Sorry, something went wrong.
|
@theopolis Thank you for the swift response. Any chance that someone can push an updated version to PyPI so that the fix is more widely available? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
As described in issue #77, the context information passed to a table plugin's generate() method is (a) inconveniently double-encoded and (b) inconsistent in its data type (since it can either be a double-encoded string or an empty dictionary). This PR fixes this to always pass a dictionary, which will contain the unpacked context information if it was provided in the call.